]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/system.h
TX6 Release 2013-04-22
[karo-tx-uboot.git] / arch / arm / include / asm / system.h
index 78ca8e0a6dc10741469753edff8d73cc96b61d29..1f92d27e0614248f5e1c3189e287fbea099dcc44 100644 (file)
@@ -64,7 +64,7 @@
 static inline unsigned int get_cr(void)
 {
        unsigned int val;
-       asm("mrc p15, 0, %0, c1, c0, 0  @ get CR" : "=r" (val) : : "cc");
+       asm volatile("mrc p15, 0, %0, c1, c0, 0 @ get CR" : "=r" (val) : : "cc");
        return val;
 }