commit | 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6 | [log] [tgz] |
---|---|---|
author | Georges Savoundararadj <savoundg@gmail.com> | Tue Oct 28 23:16:12 2014 +0100 |
committer | Tom Rini <trini@ti.com> | Wed Oct 29 09:03:28 2014 -0400 |
tree | 1b73704d59f071d4bebcc104dbc308dd3f758e38 | |
parent | 3ff46cc42b9d73d01c86df904425704410958470 [diff] |
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>