diff options
author | Dale Farnsworth <dale@farnsworth.org> | 2008-12-17 05:09:26 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-12-22 23:13:29 -0500 |
commit | f8f50b1bddd49eb171398cfc543c957884dc6e35 (patch) | |
tree | 0813d5bf36740e6a294e9b07be6d1d8d2cac60df /arch/powerpc/kernel | |
parent | ccdcef72c249c289898b164eada89a61855b9287 (diff) |
powerpc/32: Wire up the trampoline code for kdump
Wire up the trampoline code for ppc32 to relay exceptions from the
vectors at address 0 to vectors at address 32MB, and modify Kconfig
to enable Kdump support for all classic powerpcs.
Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/setup_32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/setup_32.c b/arch/powerpc/kernel/setup_32.c index d72ef39f2b37..9e1ca745d8f0 100644 --- a/arch/powerpc/kernel/setup_32.c +++ b/arch/powerpc/kernel/setup_32.c | |||
@@ -126,6 +126,8 @@ notrace void __init machine_init(unsigned long dt_ptr) | |||
126 | 126 | ||
127 | probe_machine(); | 127 | probe_machine(); |
128 | 128 | ||
129 | setup_kdump_trampoline(); | ||
130 | |||
129 | #ifdef CONFIG_6xx | 131 | #ifdef CONFIG_6xx |
130 | if (cpu_has_feature(CPU_FTR_CAN_DOZE) || | 132 | if (cpu_has_feature(CPU_FTR_CAN_DOZE) || |
131 | cpu_has_feature(CPU_FTR_CAN_NAP)) | 133 | cpu_has_feature(CPU_FTR_CAN_NAP)) |