* PATCH ppc: Make check_bugs() static inline
@ 2005-09-07 20:56 jdl
0 siblings, 0 replies; only message in thread
From: jdl @ 2005-09-07 20:56 UTC (permalink / raw)
To: linuxppc-dev, linuxppc64-dev
Make check_bugs() static inline and remove it from syscalls.c.
arch/ppc/kernel/syscalls.c | 4 ----
arch/ppc64/kernel/syscalls.c | 4 ----
include/asm-powerpc/bugs.h | 2 +-
3 files changed, 1 insertions(+), 9 deletions(-)
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
---
diff --git a/arch/ppc/kernel/syscalls.c b/arch/ppc/kernel/syscalls.c
--- a/arch/ppc/kernel/syscalls.c
+++ b/arch/ppc/kernel/syscalls.c
@@ -41,10 +41,6 @@
#include <asm/ipc.h>
#include <asm/semaphore.h>
-void
-check_bugs(void)
-{
-}
/*
* sys_ipc() is the de-multiplexer for the SysV IPC calls..
diff --git a/arch/ppc64/kernel/syscalls.c b/arch/ppc64/kernel/syscalls.c
--- a/arch/ppc64/kernel/syscalls.c
+++ b/arch/ppc64/kernel/syscalls.c
@@ -46,10 +46,6 @@
extern unsigned long wall_jiffies;
-void
-check_bugs(void)
-{
-}
/*
* sys_ipc() is the de-multiplexer for the SysV IPC calls..
diff --git a/include/asm-powerpc/bugs.h b/include/asm-powerpc/bugs.h
--- a/include/asm-powerpc/bugs.h
+++ b/include/asm-powerpc/bugs.h
@@ -13,6 +13,6 @@
* architecture-dependent bugs.
*/
-extern void check_bugs(void);
+static inline void check_bugs(void) { }
#endif /* _ASM_POWERPC_BUGS_H */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-09-07 20:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-07 20:56 PATCH ppc: Make check_bugs() static inline jdl
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).