]> err.no Git - linux-2.6/blobdiff - include/asm-s390/lowcore.h
V4L/DVB (4865): Fix: Slot 0 not NULL on disconnecting SN9C10x PC Camera
[linux-2.6] / include / asm-s390 / lowcore.h
index 2e3d4cca5e2118e077ce006577f03e5f8e8f1b1c..06583ed0bde7bbc97a124a66fc92cf041f6acfb8 100644 (file)
@@ -35,6 +35,7 @@
 #define __LC_IO_NEW_PSW                 0x01f0
 #endif /* !__s390x__ */
 
+#define __LC_IPL_PARMBLOCK_PTR         0x014
 #define __LC_EXT_PARAMS                 0x080
 #define __LC_CPU_ADDRESS                0x084
 #define __LC_EXT_INT_CODE               0x086
@@ -358,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