]> git.sur5r.net Git - u-boot/blobdiff - cpu/ixp/npe/IxFeatureCtrl.c
Replace __asm references with __asm__
[u-boot] / cpu / ixp / npe / IxFeatureCtrl.c
index e02aabfb40724d714aa530488b4b4c63c2eb935a..2e196a19aa6778324f8be2a60731b7645aeade0d 100644 (file)
@@ -317,7 +317,7 @@ ixFeatureCtrlProductIdRead ()
   /* Use ARM instruction to move register0 from coprocessor to ARM register */ 
     
 #ifndef __wince
-    __asm("mrc p15, 0, %0, cr0, cr0, 0;" : "=r"(pdId) :); 
+    __asm__("mrc p15, 0, %0, cr0, cr0, 0;" : "=r"(pdId) :);
 #else
       
 #ifndef IN_KERNEL