patch-2.3.30 linux/include/asm-i386/page.h
Next file: linux/include/asm-i386/pgalloc-3level.h
Previous file: linux/include/asm-i386/mmu_context.h
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Fri Dec  3 11:12:23 1999
-  Orig file: 
v2.3.29/linux/include/asm-i386/page.h
-  Orig date: 
Mon Nov  1 13:56:27 1999
diff -u --recursive --new-file v2.3.29/linux/include/asm-i386/page.h linux/include/asm-i386/page.h
@@ -50,6 +50,9 @@
 #define pgd_val(x)	((x).pgd)
 #define pgprot_val(x)	((x).pgprot)
 
+#define __pte(x) ((pte_t) { (x) } )
+#define __pmd(x) ((pmd_t) { (x) } )
+#define __pgd(x) ((pgd_t) { (x) } )
 #define __pgprot(x)	((pgprot_t) { (x) } )
 
 #endif /* !__ASSEMBLY__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)