diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-06 04:36:29 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 13:41:01 -0500 |
commit | 7b892806b09dca77db8ef6acbb6c51271578d34d (patch) | |
tree | 594e77bbf8b9147d4cd39a67a89c26ada1572546 /arch/m68k | |
parent | b524b9adb3f655697fe6df9197b3ed6f14bc1729 (diff) |
cleanup after APUS removal
After the APUS removal, some code can be removed.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Cc: Karsten Keil <kkeil@suse.de>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/amiga/chipram.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/amiga/chipram.c b/arch/m68k/amiga/chipram.c index d10726f9038b..cbe36538af47 100644 --- a/arch/m68k/amiga/chipram.c +++ b/arch/m68k/amiga/chipram.c | |||
@@ -32,12 +32,10 @@ void __init amiga_chip_init(void) | |||
32 | if (!AMIGAHW_PRESENT(CHIP_RAM)) | 32 | if (!AMIGAHW_PRESENT(CHIP_RAM)) |
33 | return; | 33 | return; |
34 | 34 | ||
35 | #ifndef CONFIG_APUS_FAST_EXCEPT | ||
36 | /* | 35 | /* |
37 | * Remove the first 4 pages where PPC exception handlers will be located | 36 | * Remove the first 4 pages where PPC exception handlers will be located |
38 | */ | 37 | */ |
39 | amiga_chip_size -= 0x4000; | 38 | amiga_chip_size -= 0x4000; |
40 | #endif | ||
41 | chipram_res.end = amiga_chip_size-1; | 39 | chipram_res.end = amiga_chip_size-1; |
42 | request_resource(&iomem_resource, &chipram_res); | 40 | request_resource(&iomem_resource, &chipram_res); |
43 | 41 | ||