]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-s390/smp.h
[S390] cpcmd <-> __cpcmd calling issues
[linux-2.6-omap-h63xx.git] / include / asm-s390 / smp.h
index 9fb02e9779c9fe470d9386f02901a0ee16f46062..c3cf030ada4d480bebcf788d5ce688fe1de37d91 100644 (file)
@@ -56,7 +56,7 @@ static inline __u16 hard_smp_processor_id(void)
 {
         __u16 cpu_address;
  
-        __asm__ ("stap %0\n" : "=m" (cpu_address));
+       asm volatile("stap %0" : "=m" (cpu_address));
         return cpu_address;
 }