projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf6da57
)
m68k/amiga: Reclaim Chip RAM for PPC exception handlers
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Sun, 9 Jan 2011 13:19:42 +0000
(14:19 +0100)
committer
Geert 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/amiga/chipram.c
b/arch/m68k/amiga/chipram.c
index 61df1d33c0500c514cb520cb3cbef58f5f3622d9..dd0447db1c90517b33d855a614b28b3cfc2d2d44 100644
(file)
--- a/
arch/m68k/amiga/chipram.c
+++ b/
arch/m68k/amiga/chipram.c
@@
-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);