Timer: Remove reset_timer() for non-Nios2 arches

This commit is contained in:
Graeme Russ 2011-07-15 02:19:44 +00:00 committed by Wolfgang Denk
parent e110c4fe44
commit 4769be21cc
49 changed files with 9 additions and 270 deletions

View file

@ -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);