]> git.baikalelectronics.ru Git - kernel.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>
Wed, 26 Sep 2012 13:44:50 +0000 (15:44 +0200)
commitba8cfc9a3eb161704415b3a8ba1fda546c6bd1b8
treebd8a7694f53ab33a8c85cf52313905fa4f59454e
parent0e9399ac7db8280f79e70dc285088d75fde57b40
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