* remove itimer_ticks and itimer_next
@ 2004-10-26 19:38 William Lee Irwin III
0 siblings, 0 replies; only message in thread
From: William Lee Irwin III @ 2004-10-26 19:38 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel
These two variables are long, long dead. This patch removes them.
Signed-off-by: William Irwin <wli@holomorphy.com>
Index: wli-2.6.10-rc1/include/linux/sched.h
===================================================================
--- wli-2.6.10-rc1.orig/include/linux/sched.h 2004-10-22 14:38:20.000000000 -0700
+++ wli-2.6.10-rc1/include/linux/sched.h 2004-10-26 12:17:13.000000000 -0700
@@ -771,8 +771,6 @@
#include <asm/current.h>
-extern unsigned long itimer_ticks;
-extern unsigned long itimer_next;
extern void do_timer(struct pt_regs *);
extern int FASTCALL(wake_up_state(struct task_struct * tsk, unsigned int state));
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-26 19:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-26 19:38 remove itimer_ticks and itimer_next William Lee Irwin III
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome