]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390: enable large page support with CONFIG_DEBUG_PAGEALLOC
authorGerald Schaefer <gerald.schaefer@de.ibm.com>
Tue, 21 Aug 2012 10:36:34 +0000 (12:36 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 17 Sep 2012 09:30:08 +0000 (11:30 +0200)
commit6184c3de7626d6f5d8b6322f3d826972c077cfbb
tree1580cc86ff7b53b4396d284fbf1a1792de463219
parent2247e577e78f9f61b487fd038fdad7ce956e9745
s390: enable large page support with CONFIG_DEBUG_PAGEALLOC

So far, large page support was completely disabled with
CONFIG_DEBUG_PAGEALLOC, although it would be sufficient if only the
large page kernel mapping was disabled. This patch enables large page
support with CONFIG_DEBUG_PAGEALLOC, while it prevents the large kernel
mapping in that case.

Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/early.c
arch/s390/mm/vmem.c