summaryrefslogtreecommitdiffstats
path: root/cpu/74xx_7xx/interrupts.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/74xx_7xx/interrupts.c')
-rw-r--r--cpu/74xx_7xx/interrupts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/74xx_7xx/interrupts.c b/cpu/74xx_7xx/interrupts.c
index f0ea485265..0ea1aec7a6 100644
--- a/cpu/74xx_7xx/interrupts.c
+++ b/cpu/74xx_7xx/interrupts.c
@@ -48,7 +48,7 @@ int interrupt_init_cpu (unsigned *decrementer_count)
GTREGREAD(ETHERNET2_INTERRUPT_MASK_REGISTER));
puts("interrupt_init: setting decrementer_count\n");
#endif
- *decrementer_count = get_tbclk() / CFG_HZ;
+ *decrementer_count = get_tbclk() / CONFIG_SYS_HZ;
return (0);
}
OpenPOWER on IntegriCloud