patch-2.3.44 linux/include/asm-i386/pgtable.h
Next file: linux/include/asm-sparc/asm_offsets.h
Previous file: linux/include/asm-i386/io.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sat Feb 12 10:48:07 2000
- Orig file:
v2.3.43/linux/include/asm-i386/pgtable.h
- Orig date:
Thu Feb 10 17:11:20 2000
diff -u --recursive --new-file v2.3.43/linux/include/asm-i386/pgtable.h linux/include/asm-i386/pgtable.h
@@ -51,7 +51,7 @@
"movl %%cr3, %0; # flush TLB \n" \
"movl %0, %%cr3; \n" \
"movl %2, %%cr4; # turn PGE back on \n" \
- : "=r" (tmpreg) \
+ : "=&r" (tmpreg) \
: "r" (mmu_cr4_features & ~X86_CR4_PGE), \
"r" (mmu_cr4_features) \
: "memory"); \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)