]> err.no Git - linux-2.6/blobdiff - include/asm-sparc64/fpumacro.h
rt2x00: Fix lock dependency errror
[linux-2.6] / include / asm-sparc64 / fpumacro.h
index d583e5efd75d4c73d81fe3f2034b24839a47b905..cc463fec806fc4c7e6cbdb5197b92233d52c4c84 100644 (file)
@@ -16,7 +16,7 @@ struct fpustate {
 
 #define FPUSTATE (struct fpustate *)(current_thread_info()->fpregs)
 
-static __inline__ unsigned long fprs_read(void)
+static inline unsigned long fprs_read(void)
 {
        unsigned long retval;
 
@@ -25,7 +25,7 @@ static __inline__ unsigned long fprs_read(void)
        return retval;
 }
 
-static __inline__ void fprs_write(unsigned long val)
+static inline void fprs_write(unsigned long val)
 {
        __asm__ __volatile__("wr %0, 0x0, %%fprs" : : "r" (val));
 }