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

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)