From: Jamie Iles Date: Sat, 8 Oct 2011 10:20:42 +0000 (+0100) Subject: ARM: 7115/4: move __exception and friends to asm/exception.h X-Git-Tag: v3.2-rc1~91^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a567d78c437e3be1c512734cdfe64b4ae6b82d7;p=pandora-kernel.git ARM: 7115/4: move __exception and friends to asm/exception.h The definition of __exception_irq_entry for CONFIG_FUNCTION_GRAPH_TRACER=y needs linux/ftrace.h, but this creates a circular dependency with it's current home in asm/system.h. Create asm/exception.h and update all current users. v4: - rebase to rmk/for-next v3: - remove redundant includes of linux/ftrace.h v2: - document the usage restricitions of __exception* Cc: Zoltan Devai Signed-off-by: Jamie Iles Signed-off-by: Russell King --- Reading git-diff-tree failed