All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Lee Irwin III <wli@holomorphy.com>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: remove itimer_ticks and itimer_next
Date: Tue, 26 Oct 2004 12:38:51 -0700	[thread overview]
Message-ID: <20041026193851.GC15367@holomorphy.com> (raw)

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));

                 reply	other threads:[~2004-10-26 19:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041026193851.GC15367@holomorphy.com \
    --to=wli@holomorphy.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.