aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/m68k/amiga/chipram.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/m68k/amiga/chipram.c b/arch/m68k/amiga/chipram.c
index 61df1d33c050..dd0447db1c90 100644
--- a/arch/m68k/amiga/chipram.c
+++ b/arch/m68k/amiga/chipram.c
@@ -33,10 +33,6 @@ void __init amiga_chip_init(void)
33 if (!AMIGAHW_PRESENT(CHIP_RAM)) 33 if (!AMIGAHW_PRESENT(CHIP_RAM))
34 return; 34 return;
35 35
36 /*
37 * Remove the first 4 pages where PPC exception handlers will be located
38 */
39 amiga_chip_size -= 0x4000;
40 chipram_res.end = amiga_chip_size-1; 36 chipram_res.end = amiga_chip_size-1;
41 request_resource(&iomem_resource, &chipram_res); 37 request_resource(&iomem_resource, &chipram_res);
42 38