diff options
Diffstat (limited to 'arch/sh/kernel/traps_32.c')
-rw-r--r-- | arch/sh/kernel/traps_32.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/sh/kernel/traps_32.c b/arch/sh/kernel/traps_32.c index 9c090cb68878..c3d86fa71ddf 100644 --- a/arch/sh/kernel/traps_32.c +++ b/arch/sh/kernel/traps_32.c | |||
@@ -30,7 +30,6 @@ | |||
30 | #include <asm/alignment.h> | 30 | #include <asm/alignment.h> |
31 | #include <asm/fpu.h> | 31 | #include <asm/fpu.h> |
32 | #include <asm/kprobes.h> | 32 | #include <asm/kprobes.h> |
33 | #include <asm/sh_bios.h> | ||
34 | 33 | ||
35 | #ifdef CONFIG_CPU_SH2 | 34 | #ifdef CONFIG_CPU_SH2 |
36 | # define TRAP_RESERVED_INST 4 | 35 | # define TRAP_RESERVED_INST 4 |
@@ -848,12 +847,6 @@ void __init trap_init(void) | |||
848 | #ifdef TRAP_UBC | 847 | #ifdef TRAP_UBC |
849 | set_exception_table_vec(TRAP_UBC, breakpoint_trap_handler); | 848 | set_exception_table_vec(TRAP_UBC, breakpoint_trap_handler); |
850 | #endif | 849 | #endif |
851 | |||
852 | /* Save off the BIOS VBR, if there is one */ | ||
853 | sh_bios_vbr_init(); | ||
854 | |||
855 | /* Setup VBR for boot cpu */ | ||
856 | per_cpu_trap_init(); | ||
857 | } | 850 | } |
858 | 851 | ||
859 | void show_stack(struct task_struct *tsk, unsigned long *sp) | 852 | void show_stack(struct task_struct *tsk, unsigned long *sp) |