[sched.h 1/8] nuke itimer_ticks and itimer_next

From: William Lee Irwin III
Date: Fri Sep 24 2004 - 21:53:00 EST


On Fri, Sep 24, 2004 at 07:45:13PM -0700, William Lee Irwin III wrote:
> I split off the most easily mergeable parts of some sched.h header
> cleanups I wrote that better than halved the size of sched.h. In
> particular, these are the parts that don't require large sweeps,
> uninlining, or introducing new headers. Compiletested on x86-64.

Remove itimer_next and itimer_ticks; they are nowhere defined and
referenced nowhere else.


Index: mm3-2.6.9-rc2/include/linux/sched.h
===================================================================
--- mm3-2.6.9-rc2.orig/include/linux/sched.h 2004-09-24 17:37:15.000000000 -0700
+++ mm3-2.6.9-rc2/include/linux/sched.h 2004-09-24 18:38:02.935107528 -0700
@@ -939,8 +939,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));
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/