summaryrefslogtreecommitdiffstats
path: root/arch/i386
diff options
context:
space:
mode:
authorAdrian Bunk2007-03-06 10:42:08 +0100
committerLinus Torvalds2007-03-06 18:30:25 +0100
commit4a6753ca08541437f4c243708d2011b4758e17e8 (patch)
tree5b31f2b4429c6698e5e7ca71b5bb2c72ee577c60 /arch/i386
parent[PATCH] highres: do not run the TIMER_SOFTIRQ after switching to highres mode (diff)
downloadkernel-qcow2-linux-4a6753ca08541437f4c243708d2011b4758e17e8.tar.gz
kernel-qcow2-linux-4a6753ca08541437f4c243708d2011b4758e17e8.tar.xz
kernel-qcow2-linux-4a6753ca08541437f4c243708d2011b4758e17e8.zip
[PATCH] remove arch/i386/kernel/tsc.c:custom_sched_clock
Remove the no longer used custom_sched_clock. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Zachary Amsden <zach@vmware.com> Cc: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/kernel/tsc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/i386/kernel/tsc.c b/arch/i386/kernel/tsc.c
index 875d8a6ecc02..602660df455c 100644
--- a/arch/i386/kernel/tsc.c
+++ b/arch/i386/kernel/tsc.c
@@ -24,7 +24,6 @@
* an extra value to store the TSC freq
*/
unsigned int tsc_khz;
-unsigned long long (*custom_sched_clock)(void);
int tsc_disable;