diff options
author | David S. Miller | 2007-10-27 09:13:04 +0200 |
---|---|---|
committer | David S. Miller | 2007-10-27 09:13:04 +0200 |
commit | d979f1792d1a4867eda0028b3aac8c6d4a535bb7 (patch) | |
tree | 89a8a9471ad2fa57f7349426ac62d14f3f134c63 /include/asm-sparc64/visasm.h | |
parent | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... (diff) | |
download | kernel-qcow2-linux-d979f1792d1a4867eda0028b3aac8c6d4a535bb7.tar.gz kernel-qcow2-linux-d979f1792d1a4867eda0028b3aac8c6d4a535bb7.tar.xz kernel-qcow2-linux-d979f1792d1a4867eda0028b3aac8c6d4a535bb7.zip |
[SPARC64]: __inline__ --> inline
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64/visasm.h')
-rw-r--r-- | include/asm-sparc64/visasm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-sparc64/visasm.h b/include/asm-sparc64/visasm.h index a74078551e0f..34f2ec64933b 100644 --- a/include/asm-sparc64/visasm.h +++ b/include/asm-sparc64/visasm.h @@ -1,4 +1,3 @@ -/* $Id: visasm.h,v 1.5 2001/04/24 01:09:12 davem Exp $ */ #ifndef _SPARC64_VISASM_H #define _SPARC64_VISASM_H @@ -44,7 +43,7 @@ wr %o5, 0, %fprs; #ifndef __ASSEMBLY__ -static __inline__ void save_and_clear_fpu(void) { +static inline void save_and_clear_fpu(void) { __asm__ __volatile__ ( " rd %%fprs, %%o5\n" " andcc %%o5, %0, %%g0\n" |