summaryrefslogtreecommitdiff
path: root/arch/mips/lib/stack.c
Commit message (Collapse)AuthorAgeLines
* MIPS: reserve space for exception vectorsDaniel Schwierzeck2016-11-30-0/+19
In order to set own exception handlers, a table with the exception vectors must be built in DRAM and the CPU EBase register must be set to the base address of this table. Reserve the space above the stack and use gd->irq_sp as storage for the exception base address. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>