Home
last modified time | relevance | path

Searched hist:"571 bdf16a78e9e116a93d46f4809c4f8a3f2adb6" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dinterrupts.c571bdf16a78e9e116a93d46f4809c4f8a3f2adb6 Tue Oct 28 22:16:12 UTC 2014 Georges Savoundararadj <savoundg@gmail.com> arm: interrupt_init: set sp in IRQ/FIQ modes

Before this commit, the stack addresses for IRQ and FIQ modes,
IRQ_STACK_START and FIQ_STACK_START, were computed in interrupt_init but
they were not used.

This commit sets the stack pointers for IRQ and FIQ modes.

Signed-off-by: Georges Savoundararadj <savoundg@gmail.com>
Acked-by: Albert ARIBAUD <albert.u.boot@aribaud.net>