From: Catalin Marinas Date: Mon, 5 Mar 2012 11:49:27 +0000 (+0000) Subject: arm64: Exception handling X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~80^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60ffc30d5652810dd34ea2eec41504222f5d5791;p=pandora-kernel.git arm64: Exception handling The patch contains the exception entry code (kernel/entry.S), pt_regs structure and related accessors, undefined instruction trapping and stack tracing. AArch64 Linux kernel (including kernel threads) runs in EL1 mode using the SP1 stack. The vectors don't have a fixed address, only alignment (2^11) requirements. Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas Acked-by: Tony Lindgren Acked-by: Nicolas Pitre Acked-by: Olof Johansson Acked-by: Santosh Shilimkar Acked-by: Arnd Bergmann --- Reading git-diff-tree failed