patch-2.1.79 linux/include/asm-sparc64/page.h
Next file: linux/include/asm-sparc64/pbm.h
Previous file: linux/include/asm-sparc64/ns87303.h
Back to the patch index
Back to the overall index
-  Lines: 23
-  Date:
Mon Jan 12 15:15:58 1998
-  Orig file: 
v2.1.78/linux/include/asm-sparc64/page.h
-  Orig date: 
Mon Aug 18 18:19:47 1997
diff -u --recursive --new-file v2.1.78/linux/include/asm-sparc64/page.h linux/include/asm-sparc64/page.h
@@ -1,12 +1,9 @@
-/* $Id: page.h,v 1.15 1997/08/09 04:56:54 davem Exp $ */
+/* $Id: page.h,v 1.16 1997/11/28 15:59:34 jj Exp $ */
 
 #ifndef _SPARC64_PAGE_H
 #define _SPARC64_PAGE_H
 
 #define PAGE_SHIFT   13
-
-#ifdef __KERNEL__
-
 #ifndef __ASSEMBLY__
 /* I have my suspicions... -DaveM */
 #define PAGE_SIZE    (1UL << PAGE_SHIFT)
@@ -15,6 +12,8 @@
 #endif
 
 #define PAGE_MASK    (~(PAGE_SIZE-1))
+
+#ifdef __KERNEL__
 
 #ifndef __ASSEMBLY__
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov