mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
m68k/amiga: Reclaim Chip RAM for PPC exception handlers
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>
This commit is contained in:
parent
cf6da575ad
commit
f369e37816
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user