]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: 7115/4: move __exception and friends to asm/exception.h
authorJamie Iles <jamie@jamieiles.com>
Sat, 8 Oct 2011 10:20:42 +0000 (11:20 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 8 Oct 2011 11:58:43 +0000 (12:58 +0100)
commit0b57e2c9011b407732e69d41df984f5bd1cf2ac9
treec1a492873f129cb55111a3de1d5146f8a6b960e9
parent9efb32fe58ceb00e04af861bc764e4d2f5e6f2e7
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 <zdevai@gmail.com>
Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/exception.h [new file with mode: 0644]
arch/arm/include/asm/system.h
arch/arm/kernel/irq.c
arch/arm/kernel/smp.c
arch/arm/kernel/traps.c
arch/arm/mach-pxa/irq.c
arch/arm/mm/fault.c