diff options
| author | Greg Ungerer <gerg@snapgear.com> | 2003-07-06 23:00:33 -0700 |
|---|---|---|
| committer | Steve French <cifs.adm@hostme.bitkeeper.com> | 2003-07-06 23:00:33 -0700 |
| commit | 163feb5818080346b1e819ca8f8fcd68eac5e593 (patch) | |
| tree | 10d57a98eefb7a3be032eb417b7d893ee2b254b2 | |
| parent | 18da0cad253d29657e4be8d3510122986edf299d (diff) | |
[PATCH] remove 68360 specific trap init call
No longer need the 68360 specific trap init call. The generic
interrupt/trap code is now setup to do this itself.
| -rw-r--r-- | arch/m68knommu/platform/68360/config.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/m68knommu/platform/68360/config.c b/arch/m68knommu/platform/68360/config.c index 6172044d0349..701303874109 100644 --- a/arch/m68knommu/platform/68360/config.c +++ b/arch/m68knommu/platform/68360/config.c @@ -205,9 +205,4 @@ void config_BSP(char *command, int len) mach_hwclk = NULL; mach_set_clock_mmss = NULL; mach_reset = BSP_reset; - - //Kendrick's Change - mach_trap_init = M68360_init_IRQ; - - config_M68360_irq(); } |
