summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/setup.c
diff options
context:
space:
mode:
authorChris Metcalf2013-09-11 19:57:15 +0200
committerChris Metcalf2013-09-13 17:15:24 +0200
commit4b12909fd137d9a236e4b5c76e0d4b44c2b7f49f (patch)
treeac84a6bd0165b927a7ce6094df3c4df5acb36b10 /arch/tile/kernel/setup.c
parenttile: use pmd_pfn() instead of casting via pte_t (diff)
downloadkernel-qcow2-linux-4b12909fd137d9a236e4b5c76e0d4b44c2b7f49f.tar.gz
kernel-qcow2-linux-4b12909fd137d9a236e4b5c76e0d4b44c2b7f49f.tar.xz
kernel-qcow2-linux-4b12909fd137d9a236e4b5c76e0d4b44c2b7f49f.zip
tile: remove HUGE_VMAP dead code
A config option to allow a variant vmap() using huge pages that was never upstreamed had some bits of code related to it scattered around the tile architecture; the config option was removed downstream and this commit cleans up the scattered evidence of it from the upstream as well. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/kernel/setup.c')
-rw-r--r--arch/tile/kernel/setup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/tile/kernel/setup.c b/arch/tile/kernel/setup.c
index 4c34caea9dd3..74c91729a62a 100644
--- a/arch/tile/kernel/setup.c
+++ b/arch/tile/kernel/setup.c
@@ -1268,8 +1268,7 @@ static void __init validate_va(void)
if ((long)VMALLOC_START >= 0)
early_panic(
"Linux VMALLOC region below the 2GB line (%#lx)!\n"
- "Reconfigure the kernel with fewer NR_HUGE_VMAPS\n"
- "or smaller VMALLOC_RESERVE.\n",
+ "Reconfigure the kernel with smaller VMALLOC_RESERVE.\n",
VMALLOC_START);
#endif
}