]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: interrupt_init: set sp in IRQ/FIQ modes
authorGeorges Savoundararadj <savoundg@gmail.com>
Tue, 28 Oct 2014 22:16:12 +0000 (23:16 +0100)
committerTom Rini <trini@ti.com>
Wed, 29 Oct 2014 13:03:28 +0000 (09:03 -0400)
commit571bdf16a78e9e116a93d46f4809c4f8a3f2adb6
tree1b73704d59f071d4bebcc104dbc308dd3f758e38
parent3ff46cc42b9d73d01c86df904425704410958470
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>
arch/arm/lib/interrupts.c