[PATCH] ARM SMP: Fix vector entry
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 31 May 2005 21:22:32 +0000 (22:22 +0100)
committerRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 31 May 2005 21:22:32 +0000 (22:22 +0100)
commitccea7a19e54349d4f40778304e1bb88da83d39e7
treedd42dbff31b2dff8b226f1b61eff4b958fca5496
parent49f680ea7bac5c679fb6374a326a164a3fba07cc
[PATCH] ARM SMP: Fix vector entry

The current vector entry system does not allow for SMP.  In
order to work around this, we need to eliminate our reliance
on the fixed save areas, which breaks the way we enable
alignment traps.  This patch changes the way we handle the
save areas such that we can have one per CPU.

Signed-off-by: Russell King <rmk@arm.linux.org.uk>
arch/arm/kernel/entry-armv.S
arch/arm/kernel/setup.c