LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 2/9] mips: replace __inline with inline
@ 2008-03-05 1:17 Harvey Harrison
2008-03-05 1:39 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Harvey Harrison @ 2008-03-05 1:17 UTC (permalink / raw)
To: ralf; +Cc: Andrew Morton, LKML
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
arch/mips/math-emu/ieee754dp.h | 2 +-
arch/mips/math-emu/ieee754sp.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/mips/math-emu/ieee754dp.h b/arch/mips/math-emu/ieee754dp.h
index 8977eb5..7627865 100644
--- a/arch/mips/math-emu/ieee754dp.h
+++ b/arch/mips/math-emu/ieee754dp.h
@@ -46,7 +46,7 @@
#define DPDNORMX DPDNORMx(xm, xe)
#define DPDNORMY DPDNORMx(ym, ye)
-static __inline ieee754dp builddp(int s, int bx, u64 m)
+static inline ieee754dp builddp(int s, int bx, u64 m)
{
ieee754dp r;
diff --git a/arch/mips/math-emu/ieee754sp.h b/arch/mips/math-emu/ieee754sp.h
index 9917c1e..d9e3586 100644
--- a/arch/mips/math-emu/ieee754sp.h
+++ b/arch/mips/math-emu/ieee754sp.h
@@ -51,7 +51,7 @@
#define SPDNORMX SPDNORMx(xm, xe)
#define SPDNORMY SPDNORMx(ym, ye)
-static __inline ieee754sp buildsp(int s, int bx, unsigned m)
+static inline ieee754sp buildsp(int s, int bx, unsigned m)
{
ieee754sp r;
--
1.5.4.3.500.g83a2c
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 2/9] mips: replace __inline with inline
2008-03-05 1:17 [PATCH 2/9] mips: replace __inline with inline Harvey Harrison
@ 2008-03-05 1:39 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2008-03-05 1:39 UTC (permalink / raw)
To: Harvey Harrison; +Cc: Andrew Morton, LKML
On Tue, Mar 04, 2008 at 05:17:16PM -0800, Harvey Harrison wrote:
Thanks, queued for 2.6.26.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-05 2:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-05 1:17 [PATCH 2/9] mips: replace __inline with inline Harvey Harrison
2008-03-05 1:39 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).