patch-2.2.11 linux/include/asm-i386/pgtable.h
Next file: linux/include/asm-i386/semaphore-helper.h
Previous file: linux/include/asm-i386/page_offset.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Aug  9 12:04:41 1999
-  Orig file: 
v2.2.10/linux/include/asm-i386/pgtable.h
-  Orig date: 
Tue May 11 10:35:44 1999
diff -u --recursive --new-file v2.2.10/linux/include/asm-i386/pgtable.h linux/include/asm-i386/pgtable.h
@@ -286,7 +286,7 @@
 
 #define BAD_PAGETABLE __bad_pagetable()
 #define BAD_PAGE __bad_page()
-#define ZERO_PAGE ((unsigned long) empty_zero_page)
+#define ZERO_PAGE(vaddr) ((unsigned long) empty_zero_page)
 
 /* number of bits that fit into a memory pointer */
 #define BITS_PER_PTR			(8*sizeof(unsigned long))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)