]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
m68k/amiga: Reclaim Chip RAM for PPC exception handlers
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 9 Jan 2011 13:19:42 +0000 (14:19 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 16 Mar 2011 18:10:40 +0000 (19:10 +0100)
On m68k, it doesn't make sense to reserve memory for the PPC exception
handlers, and APUS support is dead.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/amiga/chipram.c

index 61df1d33c0500c514cb520cb3cbef58f5f3622d9..dd0447db1c90517b33d855a614b28b3cfc2d2d44 100644 (file)
@@ -33,10 +33,6 @@ void __init amiga_chip_init(void)
     if (!AMIGAHW_PRESENT(CHIP_RAM))
        return;
 
-    /*
-     *  Remove the first 4 pages where PPC exception handlers will be located
-     */
-    amiga_chip_size -= 0x4000;
     chipram_res.end = amiga_chip_size-1;
     request_resource(&iomem_resource, &chipram_res);