aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/exit.c2
-rw-r--r--kernel/posix-timers.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index bfb1c0e940e8..9e459fefda77 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -50,8 +50,6 @@
50#include <asm/pgtable.h> 50#include <asm/pgtable.h>
51#include <asm/mmu_context.h> 51#include <asm/mmu_context.h>
52 52
53extern void sem_exit (void);
54
55static void exit_mm(struct task_struct * tsk); 53static void exit_mm(struct task_struct * tsk);
56 54
57static void __unhash_process(struct task_struct *p) 55static void __unhash_process(struct task_struct *p)
diff --git a/kernel/posix-timers.c b/kernel/posix-timers.c
index 35b4bbfc78ff..36d563fd9e3b 100644
--- a/kernel/posix-timers.c
+++ b/kernel/posix-timers.c
@@ -493,7 +493,7 @@ sys_timer_create(const clockid_t which_clock,
493 goto retry; 493 goto retry;
494 else if (error) { 494 else if (error) {
495 /* 495 /*
496 * Wierd looking, but we return EAGAIN if the IDR is 496 * Weird looking, but we return EAGAIN if the IDR is
497 * full (proper POSIX return value for this) 497 * full (proper POSIX return value for this)
498 */ 498 */
499 error = -EAGAIN; 499 error = -EAGAIN;