]> err.no Git - linux-2.6/blobdiff - include/asm-s390/debug.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
[linux-2.6] / include / asm-s390 / debug.h
index 92360d90144bc698618f1dbf09da1dae22a202d7..7127030ae162c1253380fe01b114ea3ccf595d47 100644 (file)
@@ -52,8 +52,6 @@ struct __debug_entry{
 #define DEBUG_DATA(entry) (char*)(entry + 1) /* data is stored behind */
                                              /* the entry information */
 
-#define STCK(x)        asm volatile ("STCK 0(%1)" : "=m" (x) : "a" (&(x)) : "cc")
-
 typedef struct __debug_entry debug_entry_t;
 
 struct debug_view;