]> err.no Git - linux-2.6/blobdiff - include/asm-arm/page.h
[PATCH] x86: Some preparationary cleanup for stack trace
[linux-2.6] / include / asm-arm / page.h
index b721270b9986c15d6dca566ec4d0dc65b6cb2e9d..02bd3ee935b07e0c88c2f865aa6c4510d814c4dc 100644 (file)
 #define _ASMARM_PAGE_H
 
 
+#ifdef __KERNEL__
+
 /* PAGE_SHIFT determines the page size */
 #define PAGE_SHIFT             12
 #define PAGE_SIZE              (1UL << PAGE_SHIFT)
 #define PAGE_MASK              (~(PAGE_SIZE-1))
 
-#ifdef __KERNEL__
-
 /* to align the pointer to the (next) page boundary */
 #define PAGE_ALIGN(addr)       (((addr)+PAGE_SIZE-1)&PAGE_MASK)