patch-2.4.8 linux/include/asm-s390x/debug.h

Next file: linux/include/asm-s390x/hardirq.h
Previous file: linux/include/asm-s390x/dasd.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.7/linux/include/asm-s390x/debug.h linux/include/asm-s390x/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)