patch-2.0.21-2.1.0 linux/include/asm-i386/system.h
Next file: linux/include/asm-m68k/amigahw.h
Previous file: linux/include/asm-i386/segment.h
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Tue Sep 24 14:07:21 1996
- Orig file:
lx2.0/v2.0.21/linux/include/asm-i386/system.h
- Orig date:
Mon Aug 5 10:13:54 1996
diff -u --recursive --new-file lx2.0/v2.0.21/linux/include/asm-i386/system.h linux/include/asm-i386/system.h
@@ -96,6 +96,7 @@
loaddebug(prev,2); \
loaddebug(prev,3); \
loaddebug(prev,6); \
+ loaddebug(prev,7); \
} \
} while (0)
@@ -117,6 +118,7 @@
loaddebug(prev,2); \
loaddebug(prev,3); \
loaddebug(prev,6); \
+ loaddebug(prev,7); \
} \
} while (0)
#endif
@@ -275,7 +277,7 @@
"movb %%ah,%6\n\t" \
"rorl $16,%%eax" \
: /* no output */ \
- :"a" (addr+0xc0000000), "m" (*(n)), "m" (*(n+2)), "m" (*(n+4)), \
+ :"a" (addr), "m" (*(n)), "m" (*(n+2)), "m" (*(n+4)), \
"m" (*(n+5)), "m" (*(n+6)), "m" (*(n+7)) \
)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov