patch-2.4.8 linux/include/asm-s390/debug.h
Next file: linux/include/asm-s390/div64.h
Previous file: linux/include/asm-s390/dasd.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Jul 25 14:12:02 2001
- Orig file:
v2.4.7/linux/include/asm-s390/debug.h
- Orig date:
Wed Apr 11 19:02:28 2001
diff -u --recursive --new-file v2.4.7/linux/include/asm-s390/debug.h linux/include/asm-s390/debug.h
@@ -53,7 +53,7 @@
#define DEBUG_DATA(entry) (char*)(entry + 1) /* data is stored behind */
/* the entry information */
-#define STCK(x) asm volatile ("STCK %0":"=m" (x))
+#define STCK(x) asm volatile ("STCK %0" : "=m" (x) : : "cc" )
typedef struct __debug_entry debug_entry_t;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)