diff options
Diffstat (limited to 'arch/alpha/include')
| -rw-r--r-- | arch/alpha/include/asm/Kbuild | 1 | ||||
| -rw-r--r-- | arch/alpha/include/asm/exec.h | 6 | ||||
| -rw-r--r-- | arch/alpha/include/asm/processor.h | 3 | ||||
| -rw-r--r-- | arch/alpha/include/asm/unistd.h | 2 |
4 files changed, 3 insertions, 9 deletions
diff --git a/arch/alpha/include/asm/Kbuild b/arch/alpha/include/asm/Kbuild index d97d66334e6f..64ffc9e9e548 100644 --- a/arch/alpha/include/asm/Kbuild +++ b/arch/alpha/include/asm/Kbuild | |||
| @@ -10,3 +10,4 @@ header-y += pal.h | |||
| 10 | header-y += reg.h | 10 | header-y += reg.h |
| 11 | header-y += regdef.h | 11 | header-y += regdef.h |
| 12 | header-y += sysinfo.h | 12 | header-y += sysinfo.h |
| 13 | generic-y += exec.h | ||
diff --git a/arch/alpha/include/asm/exec.h b/arch/alpha/include/asm/exec.h deleted file mode 100644 index 4a5a41f30779..000000000000 --- a/arch/alpha/include/asm/exec.h +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #ifndef __ALPHA_EXEC_H | ||
| 2 | #define __ALPHA_EXEC_H | ||
| 3 | |||
| 4 | #define arch_align_stack(x) (x) | ||
| 5 | |||
| 6 | #endif /* __ALPHA_EXEC_H */ | ||
diff --git a/arch/alpha/include/asm/processor.h b/arch/alpha/include/asm/processor.h index e37b887b3d9f..6cb7fe85c4b5 100644 --- a/arch/alpha/include/asm/processor.h +++ b/arch/alpha/include/asm/processor.h | |||
| @@ -49,9 +49,6 @@ extern void start_thread(struct pt_regs *, unsigned long, unsigned long); | |||
| 49 | /* Free all resources held by a thread. */ | 49 | /* Free all resources held by a thread. */ |
| 50 | extern void release_thread(struct task_struct *); | 50 | extern void release_thread(struct task_struct *); |
| 51 | 51 | ||
| 52 | /* Create a kernel thread without removing it from tasklists. */ | ||
| 53 | extern long kernel_thread(int (*fn)(void *), void *arg, unsigned long flags); | ||
| 54 | |||
| 55 | unsigned long get_wchan(struct task_struct *p); | 52 | unsigned long get_wchan(struct task_struct *p); |
| 56 | 53 | ||
| 57 | #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) | 54 | #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) |
diff --git a/arch/alpha/include/asm/unistd.h b/arch/alpha/include/asm/unistd.h index a31a78eac9b9..3cb6c1188984 100644 --- a/arch/alpha/include/asm/unistd.h +++ b/arch/alpha/include/asm/unistd.h | |||
| @@ -481,6 +481,8 @@ | |||
| 481 | #define __ARCH_WANT_SYS_OLDUMOUNT | 481 | #define __ARCH_WANT_SYS_OLDUMOUNT |
| 482 | #define __ARCH_WANT_SYS_SIGPENDING | 482 | #define __ARCH_WANT_SYS_SIGPENDING |
| 483 | #define __ARCH_WANT_SYS_RT_SIGSUSPEND | 483 | #define __ARCH_WANT_SYS_RT_SIGSUSPEND |
| 484 | #define __ARCH_WANT_SYS_EXECVE | ||
| 485 | #define __ARCH_WANT_KERNEL_EXECVE | ||
| 484 | 486 | ||
| 485 | /* "Conditional" syscalls. What we want is | 487 | /* "Conditional" syscalls. What we want is |
| 486 | 488 | ||
