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>
Este cometimento está contido em:
@@ -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
|
||||
}
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador