diff options
Diffstat (limited to 'cpu/pxa/interrupts.c')
| -rw-r--r-- | cpu/pxa/interrupts.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/pxa/interrupts.c b/cpu/pxa/interrupts.c index b161b7468..8aec0b9dd 100644 --- a/cpu/pxa/interrupts.c +++ b/cpu/pxa/interrupts.c @@ -165,7 +165,7 @@ void reset_timer (void)  ulong get_timer (ulong base)  { -	return get_timer_masked (); +	return get_timer_masked () - base;  }  void set_timer (ulong t) |