diff options
Diffstat (limited to 'arch/avr32/cpu/interrupts.c')
| -rw-r--r-- | arch/avr32/cpu/interrupts.c | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/arch/avr32/cpu/interrupts.c b/arch/avr32/cpu/interrupts.c index 8406f9122..6681e13b9 100644 --- a/arch/avr32/cpu/interrupts.c +++ b/arch/avr32/cpu/interrupts.c @@ -62,13 +62,6 @@ unsigned long long get_ticks(void)  	return ((unsigned long long)hi_now << 32) | lo;  } -void reset_timer(void) -{ -	sysreg_write(COUNT, 0); -	cpu_sync_pipeline();	/* process any pending interrupts */ -	timer_overflow = 0; -} -  unsigned long get_timer(unsigned long base)  {  	u64 now = get_ticks(); |