Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8046
b: refs/heads/master
c: 6480708
h: refs/heads/master
v: v3
  • Loading branch information
jdl@freescale.com authored and Paul Mackerras committed Sep 9, 2005
1 parent 548f7a9 commit 01623bd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a37c8875a764b4decf941859f4a2c63e1e86c8fa
refs/heads/master: 64807081e38703617cf9a5d71db14ea2b3e1cb04
4 changes: 0 additions & 4 deletions trunk/arch/ppc/kernel/syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -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..
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/ppc64/kernel/syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@

extern unsigned long wall_jiffies;

void
check_bugs(void)
{
}

/*
* sys_ipc() is the de-multiplexer for the SysV IPC calls..
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-powerpc/bugs.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
* architecture-dependent bugs.
*/

extern void check_bugs(void);
static inline void check_bugs(void) { }

#endif /* _ASM_POWERPC_BUGS_H */

0 comments on commit 01623bd

Please sign in to comment.