diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-03-28 02:25:44 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-04-01 00:47:44 +1100 |
commit | 7e1405917c145edbb7d4cd520e890e44161dd7be (patch) | |
tree | cef969c99729d5ddb4b5d54d3b6bbb9c1ad815cf /arch/powerpc/mm/init_32.c | |
parent | 57deb8fea01f732d83711ab3b3310204d0026ba8 (diff) | |
download | op-kernel-dev-7e1405917c145edbb7d4cd520e890e44161dd7be.zip op-kernel-dev-7e1405917c145edbb7d4cd520e890e44161dd7be.tar.gz |
powerpc/mm/32: Remove the reserved memory hack
This hack, introduced in commit c5df7f775148 ("powerpc: allow ioremap
within reserved memory regions") is now unnecessary.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/mm/init_32.c')
-rw-r--r-- | arch/powerpc/mm/init_32.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/mm/init_32.c b/arch/powerpc/mm/init_32.c index a2bf696..3e59e5d 100644 --- a/arch/powerpc/mm/init_32.c +++ b/arch/powerpc/mm/init_32.c @@ -88,11 +88,6 @@ void MMU_init(void); int __map_without_bats; int __map_without_ltlbs; -/* - * This tells the system to allow ioremapping memory marked as reserved. - */ -int __allow_ioremap_reserved; - /* max amount of low RAM to map in */ unsigned long __max_low_memory = MAX_LOW_MEM; |