Skip to content

Commit

Permalink
parisc: Remove arch/parisc/kernel/sys32.h header
Browse files Browse the repository at this point in the history
The KERNEL_SYSCALL define is not used anymore so the header can be
removed.

Signed-off-by: John David Anglin <dave.anglin@bell.net>
Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
John David Anglin authored and Helge Deller committed Jul 31, 2013
1 parent 78f1386 commit 5a0ce2d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 46 deletions.
7 changes: 0 additions & 7 deletions arch/parisc/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@
* this. */
#define A(__x) ((unsigned long)(__x))

/*
* Atomically swap in the new signal mask, and wait for a signal.
*/
#ifdef CONFIG_64BIT
#include "sys32.h"
#endif

/*
* Do a signal return - restore sigcontext.
*/
Expand Down
1 change: 0 additions & 1 deletion arch/parisc/kernel/signal32.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include <asm/uaccess.h>

#include "signal32.h"
#include "sys32.h"

#define DEBUG_COMPAT_SIG 0
#define DEBUG_COMPAT_SIG_LEVEL 2
Expand Down
36 changes: 0 additions & 36 deletions arch/parisc/kernel/sys32.h

This file was deleted.

2 changes: 0 additions & 2 deletions arch/parisc/kernel/sys_parisc32.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
#include <asm/uaccess.h>
#include <asm/mmu_context.h>

#include "sys32.h"

#undef DEBUG

#ifdef DEBUG
Expand Down

0 comments on commit 5a0ce2d

Please sign in to comment.