From 4769be21cca65f1e7bef27bc024d886842bc6bad Mon Sep 17 00:00:00 2001 From: Graeme Russ Date: Fri, 15 Jul 2011 02:19:44 +0000 Subject: Timer: Remove reset_timer() for non-Nios2 arches --- arch/powerpc/lib/interrupts.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arch/powerpc/lib/interrupts.c') diff --git a/arch/powerpc/lib/interrupts.c b/arch/powerpc/lib/interrupts.c index 847ad37..aeae413 100644 --- a/arch/powerpc/lib/interrupts.c +++ b/arch/powerpc/lib/interrupts.c @@ -137,11 +137,6 @@ void timer_interrupt (struct pt_regs *regs) #endif /* CONFIG_SHOW_ACTIVITY */ } -void reset_timer (void) -{ - timestamp = 0; -} - ulong get_timer (ulong base) { return (timestamp - base); -- cgit v1.1