diff options
Diffstat (limited to 'include/asm-sparc/psr.h')
| -rw-r--r-- | include/asm-sparc/psr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-sparc/psr.h b/include/asm-sparc/psr.h index 9778b8c8b15b..19c978051118 100644 --- a/include/asm-sparc/psr.h +++ b/include/asm-sparc/psr.h | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | 38 | ||
| 39 | #ifndef __ASSEMBLY__ | 39 | #ifndef __ASSEMBLY__ |
| 40 | /* Get the %psr register. */ | 40 | /* Get the %psr register. */ |
| 41 | extern __inline__ unsigned int get_psr(void) | 41 | static inline unsigned int get_psr(void) |
| 42 | { | 42 | { |
| 43 | unsigned int psr; | 43 | unsigned int psr; |
| 44 | __asm__ __volatile__( | 44 | __asm__ __volatile__( |
| @@ -53,7 +53,7 @@ extern __inline__ unsigned int get_psr(void) | |||
| 53 | return psr; | 53 | return psr; |
| 54 | } | 54 | } |
| 55 | 55 | ||
| 56 | extern __inline__ void put_psr(unsigned int new_psr) | 56 | static inline void put_psr(unsigned int new_psr) |
| 57 | { | 57 | { |
| 58 | __asm__ __volatile__( | 58 | __asm__ __volatile__( |
| 59 | "wr %0, 0x0, %%psr\n\t" | 59 | "wr %0, 0x0, %%psr\n\t" |
| @@ -72,7 +72,7 @@ extern __inline__ void put_psr(unsigned int new_psr) | |||
| 72 | 72 | ||
| 73 | extern unsigned int fsr_storage; | 73 | extern unsigned int fsr_storage; |
| 74 | 74 | ||
| 75 | extern __inline__ unsigned int get_fsr(void) | 75 | static inline unsigned int get_fsr(void) |
| 76 | { | 76 | { |
| 77 | unsigned int fsr = 0; | 77 | unsigned int fsr = 0; |
| 78 | 78 | ||
