summaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm/pgtable_64.h
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2013-09-11 13:57:15 -0400
committerChris Metcalf <cmetcalf@tilera.com>2013-09-13 11:15:24 -0400
commit4b12909fd137d9a236e4b5c76e0d4b44c2b7f49f (patch)
treeac84a6bd0165b927a7ce6094df3c4df5acb36b10 /arch/tile/include/asm/pgtable_64.h
parent8629470ef89da00bd1b974df17ccbb36b3865798 (diff)
downloadop-kernel-dev-4b12909fd137d9a236e4b5c76e0d4b44c2b7f49f.zip
op-kernel-dev-4b12909fd137d9a236e4b5c76e0d4b44c2b7f49f.tar.gz
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/include/asm/pgtable_64.h')
-rw-r--r--arch/tile/include/asm/pgtable_64.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/tile/include/asm/pgtable_64.h b/arch/tile/include/asm/pgtable_64.h
index 3421177..2c8a9cd 100644
--- a/arch/tile/include/asm/pgtable_64.h
+++ b/arch/tile/include/asm/pgtable_64.h
@@ -52,12 +52,10 @@
* memory allocation code). The vmalloc code puts in an internal
* guard page between each allocation.
*/
-#define _VMALLOC_END HUGE_VMAP_BASE
+#define _VMALLOC_END MEM_SV_START
#define VMALLOC_END _VMALLOC_END
#define VMALLOC_START _VMALLOC_START
-#define HUGE_VMAP_END (HUGE_VMAP_BASE + PGDIR_SIZE)
-
#ifndef __ASSEMBLY__
/* We have no pud since we are a three-level page table. */
OpenPOWER on IntegriCloud