aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-03-06 01:42:08 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-03-06 09:30:25 -0800
commit4a6753ca08541437f4c243708d2011b4758e17e8 (patch)
tree5b31f2b4429c6698e5e7ca71b5bb2c72ee577c60 /arch/i386/kernel
parent[PATCH] highres: do not run the TIMER_SOFTIRQ after switching to highres mode (diff)
downloadlinux-dev-4a6753ca08541437f4c243708d2011b4758e17e8.tar.xz
linux-dev-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/kernel')
-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;