aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/timer.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-10-09 15:20:05 -0400
committerThomas Gleixner <tglx@linutronix.de>2012-10-09 15:20:05 -0400
commitdb8c246937713e60b7628661ccc187eeb81f2bae (patch)
tree6351e8bca23eef40fce85396d1c6f6cfffbd4b66 /kernel/timer.c
parentc5f66e99b7cb091e3d51ae8e8156892e8feb7fa3 (diff)
parent28f2b02bc581ffc835bc1691b18d03f62fcf0395 (diff)
Merge branch 'fortglx/3.7/time' of git://git.linaro.org/people/jstultz/linux into timers/core
Diffstat (limited to 'kernel/timer.c')
-rw-r--r--kernel/timer.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/kernel/timer.c b/kernel/timer.c
index 706fe4c53e8..d5de1b2292a 100644
--- a/kernel/timer.c
+++ b/kernel/timer.c
@@ -1393,13 +1393,6 @@ SYSCALL_DEFINE1(alarm, unsigned int, seconds)
1393 1393
1394#endif 1394#endif
1395 1395
1396#ifndef __alpha__
1397
1398/*
1399 * The Alpha uses getxpid, getxuid, and getxgid instead. Maybe this
1400 * should be moved into arch/i386 instead?
1401 */
1402
1403/** 1396/**
1404 * sys_getpid - return the thread group id of the current process 1397 * sys_getpid - return the thread group id of the current process
1405 * 1398 *
@@ -1455,8 +1448,6 @@ SYSCALL_DEFINE0(getegid)
1455 return from_kgid_munged(current_user_ns(), current_egid()); 1448 return from_kgid_munged(current_user_ns(), current_egid());
1456} 1449}
1457 1450
1458#endif
1459
1460static void process_timeout(unsigned long __data) 1451static void process_timeout(unsigned long __data)
1461{ 1452{
1462 wake_up_process((struct task_struct *)__data); 1453 wake_up_process((struct task_struct *)__data);