summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.ninka.net>2003-12-30 01:33:46 -0800
committerDavid S. Miller <davem@nuts.ninka.net>2003-12-30 01:33:46 -0800
commitfaa3b867d8f19d0a8d551696b2b635fc3c58cfdd (patch)
tree339f71ce6a1ba74f71eef11f1fbdfacbd415b7e7 /include
parentbe907e4960755592d7960dc0bfb072a9431e5e1c (diff)
parent8e9929230c37ed5ce8bc64f37221cdb0d647eb31 (diff)
Merge nuts.ninka.net:/disk1/davem/BK/sparcwork-2.6
into nuts.ninka.net:/disk1/davem/BK/sparc-2.6
Diffstat (limited to 'include')
-rw-r--r--include/asm-sparc64/pgtable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-sparc64/pgtable.h b/include/asm-sparc64/pgtable.h
index 289046945682..3cb8a2b3c7e8 100644
--- a/include/asm-sparc64/pgtable.h
+++ b/include/asm-sparc64/pgtable.h
@@ -145,9 +145,9 @@
#if defined(CONFIG_HUGETLB_PAGE_SIZE_4MB)
#define _PAGE_SZHUGE _PAGE_SZ4MB
#elif defined(CONFIG_HUGETLB_PAGE_SIZE_512K)
-#define _PAGE_SZHUGE _PAGE_512K
+#define _PAGE_SZHUGE _PAGE_SZ512K
#elif defined(CONFIG_HUGETLB_PAGE_SIZE_64K)
-#define _PAGE_SZHUGE _PAGE_64K
+#define _PAGE_SZHUGE _PAGE_SZ64K
#endif
#define _PAGE_CACHE (_PAGE_CP | _PAGE_CV)