提交 64807081 编写于 作者: J jdl@freescale.com 提交者: Paul Mackerras

[PATCH] powerpc: Make check_bugs() static inline

Make check_bugs() static inline and remove it from syscalls.c.
Signed-off-by: NJon Loeliger <jdl@freescale.com>
Signed-off-by: NKumar Gala <kumar.gala@freescale.com>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 a37c8875
......@@ -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..
......
......@@ -46,10 +46,6 @@
extern unsigned long wall_jiffies;
void
check_bugs(void)
{
}
/*
* sys_ipc() is the de-multiplexer for the SysV IPC calls..
......
......@@ -13,6 +13,6 @@
* architecture-dependent bugs.
*/
extern void check_bugs(void);
static inline void check_bugs(void) { }
#endif /* _ASM_POWERPC_BUGS_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册