patch-1.3.44 linux/include/asm-alpha/system.h
Next file: linux/include/asm-i386/socket.h
Previous file: linux/include/asm-alpha/segment.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sat Nov 25 11:54:56 1995
- Orig file:
v1.3.43/linux/include/asm-alpha/system.h
- Orig date:
Mon Nov 13 12:36:46 1995
diff -u --recursive --new-file v1.3.43/linux/include/asm-alpha/system.h linux/include/asm-alpha/system.h
@@ -79,7 +79,7 @@
"bis %0,%0,$16\n\t" \
"call_pal 53" \
: : "r" (__new_ipl) \
- : "$0", "$1", "$16", "$22", "$23", "$24", "$25")
+ : "$0", "$1", "$16", "$22", "$23", "$24", "$25", "memory")
#define swpipl(__new_ipl) \
({ unsigned long __old_ipl; \
@@ -89,7 +89,7 @@
"bis $0,$0,%0" \
: "=r" (__old_ipl) \
: "r" (__new_ipl) \
- : "$0", "$1", "$16", "$22", "$23", "$24", "$25"); \
+ : "$0", "$1", "$16", "$22", "$23", "$24", "$25", "memory"); \
__old_ipl; })
#define cli() setipl(7)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this