From: Adrian Bunk Date: Tue, 6 Mar 2007 09:42:08 +0000 (-0800) Subject: [PATCH] remove arch/i386/kernel/tsc.c:custom_sched_clock X-Git-Tag: v2.6.21-rc3~41 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=4a6753ca08541437f4c243708d2011b4758e17e8;p=linux-2.6-omap-h63xx.git [PATCH] remove arch/i386/kernel/tsc.c:custom_sched_clock Remove the no longer used custom_sched_clock. Signed-off-by: Adrian Bunk Acked-by: Zachary Amsden Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/i386/kernel/tsc.c b/arch/i386/kernel/tsc.c index 875d8a6ecc0..602660df455 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;