X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-s390%2Flowcore.h;h=06583ed0bde7bbc97a124a66fc92cf041f6acfb8;hb=2254f5a7779452395e37ea2f7d6e1a550d34e678;hp=18695d10dedfdd6477973ca18efce6ff08cebd2d;hpb=6bbd9b6d694ff7242d63cda2faac4bd59ee4328e;p=powerpc.git diff --git a/include/asm-s390/lowcore.h b/include/asm-s390/lowcore.h index 18695d10de..06583ed0bd 100644 --- a/include/asm-s390/lowcore.h +++ b/include/asm-s390/lowcore.h @@ -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