mirror of
https://xff.cz/git/u-boot/
synced 2025-10-21 18:13:39 +02:00
Timer: Remove reset_timer() for non-Nios2 arches
This commit is contained in:
committed by
Wolfgang Denk
parent
e110c4fe44
commit
4769be21cc
@@ -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);
|
||||
|
Reference in New Issue
Block a user