diff options
author | Helge Deller <deller@gmx.de> | 2015-02-16 16:21:00 -0500 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2015-02-16 16:35:06 -0500 |
commit | c78c2b7e0409feed41ba1b5e84bff5d901c9b65f (patch) | |
tree | 66870948164f863cfc0c09e3c2de124ae94b71d7 /arch/parisc/kernel/signal.c | |
parent | 863722e856e64dae0e252b6bb546737c6c5626ce (diff) |
parisc: hpux - Remove hpux gateway page
Drop code to create HP-UX gateway page and syscall entry code.
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/kernel/signal.c')
-rw-r--r-- | arch/parisc/kernel/signal.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/parisc/kernel/signal.c b/arch/parisc/kernel/signal.c index 1fd300c00a80..dc1ea796fd60 100644 --- a/arch/parisc/kernel/signal.c +++ b/arch/parisc/kernel/signal.c | |||
@@ -9,8 +9,7 @@ | |||
9 | * | 9 | * |
10 | * Like the IA-64, we are a recent enough port (we are *starting* | 10 | * Like the IA-64, we are a recent enough port (we are *starting* |
11 | * with glibc2.2) that we do not need to support the old non-realtime | 11 | * with glibc2.2) that we do not need to support the old non-realtime |
12 | * Linux signals. Therefore we don't. HP/UX signals will go in | 12 | * Linux signals. Therefore we don't. |
13 | * arch/parisc/hpux/signal.c when we figure out how to do them. | ||
14 | */ | 13 | */ |
15 | 14 | ||
16 | #include <linux/sched.h> | 15 | #include <linux/sched.h> |