]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/asm-microblaze/asm.h
Big white-space cleanup.
[people/ms/u-boot.git] / include / asm-microblaze / asm.h
index f10f89c941ad8aae70d91be32c868d4609c1c514..deb23e094a25a178ebdcbf4153d82a74bb98b547 100644 (file)
@@ -74,7 +74,7 @@
 {                                                              \
        register unsigned tmp;                                  \
        __asm__ __volatile__ ("                                 \
-                       mfs     %0, rmsr;                       \
+                       mfs     %0, rmsr;                       \
                        ori     %0, %0, "#val";                 \
                        mts     rmsr, %0;                       \
                        nop;"                                   \
@@ -87,7 +87,7 @@
 {                                                              \
        register unsigned tmp;                                  \
        __asm__ __volatile__ ("                                 \
-                       mfs     %0, rmsr;                       \
+                       mfs     %0, rmsr;                       \
                        andi    %0, %0, ~"#val";                \
                        mts     rmsr, %0;                       \
                        nop;"                                   \