From: James S. <jsi...@us...> - 2001-10-29 00:11:04
|
Update of /cvsroot/linuxconsole/ruby/linux/include/asm-s390x In directory usw-pr-cvs1:/tmp/cvs-serv10630/include/asm-s390x Modified Files: page.h Log Message: Synced to 2.4.13 Index: page.h =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/include/asm-s390x/page.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- page.h 2001/09/09 16:36:34 1.2 +++ page.h 2001/10/29 00:11:00 1.3 @@ -110,11 +110,6 @@ /* to align the pointer to the (next) page boundary */ #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) -/* - * - * - */ - #define __PAGE_OFFSET 0x0UL #define PAGE_OFFSET 0x0UL #define __pa(x) (unsigned long)(x) |