Update of /cvsroot/linuxconsole/ruby/linux/include/asm-alpha
In directory usw-pr-cvs1:/tmp/cvs-serv1198/include/asm-alpha
Modified Files:
page.h
Log Message:
Synced to 2.4.12
Index: page.h
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/include/asm-alpha/page.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- page.h 2001/09/02 23:21:37 1.1
+++ page.h 2001/10/15 01:13:17 1.2
@@ -80,7 +80,7 @@
return order;
}
-#endif /* !ASSEMBLY */
+#endif /* !__ASSEMBLY__ */
/* to align the pointer to the (next) page boundary */
#define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK)
|