From: Russell King Date: Tue, 31 May 2005 21:22:32 +0000 (+0100) Subject: [PATCH] ARM SMP: Fix vector entry X-Git-Tag: v2.6.13-rc1~90^2~583^2~52^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccea7a19e54349d4f40778304e1bb88da83d39e7;p=pandora-kernel.git [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 --- Reading git-diff-tree failed