patch-2.4.20 linux-2.4.20/include/asm-i386/pgtable-3level.h

Next file: linux-2.4.20/include/asm-i386/pgtable.h
Previous file: linux-2.4.20/include/asm-i386/pgtable-2level.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-i386/pgtable-3level.h linux-2.4.20/include/asm-i386/pgtable-3level.h
@@ -53,6 +53,9 @@
 		set_64bit((unsigned long long *)(pmdptr),pmd_val(pmdval))
 #define set_pgd(pgdptr,pgdval) \
 		set_64bit((unsigned long long *)(pgdptr),pgd_val(pgdval))
+#define set_pte_atomic(pteptr,pteval) \
+		set_64bit((unsigned long long *)(pteptr),pte_val(pteval))
+
 
 /*
  * Pentium-II erratum A13: in PAE mode we explicitly have to flush

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)