]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-s390/lowcore.h
[S390] irq change improvements.
[linux-2.6-omap-h63xx.git] / include / asm-s390 / lowcore.h
index 18695d10dedfdd6477973ca18efce6ff08cebd2d..06583ed0bde7bbc97a124a66fc92cf041f6acfb8 100644 (file)
@@ -359,7 +359,7 @@ extern struct _lowcore *lowcore_ptr[];
 
 static inline void set_prefix(__u32 address)
 {
-        __asm__ __volatile__ ("spx %0" : : "m" (address) : "memory" );
+       asm volatile("spx %0" : : "m" (address) : "memory");
 }
 
 #define __PANIC_MAGIC           0xDEADC0DE