diff options
-rw-r--r-- | arch/m68k/amiga/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/amiga/config.c b/arch/m68k/amiga/config.c index 6c74751c7b82..d2cc35d98532 100644 --- a/arch/m68k/amiga/config.c +++ b/arch/m68k/amiga/config.c | |||
@@ -480,7 +480,7 @@ static void __init amiga_sched_init(irq_handler_t timer_routine) | |||
480 | static struct resource sched_res = { | 480 | static struct resource sched_res = { |
481 | .name = "timer", .start = 0x00bfd400, .end = 0x00bfd5ff, | 481 | .name = "timer", .start = 0x00bfd400, .end = 0x00bfd5ff, |
482 | }; | 482 | }; |
483 | jiffy_ticks = (amiga_eclock+HZ/2)/HZ; | 483 | jiffy_ticks = DIV_ROUND_CLOSEST(amiga_eclock, HZ); |
484 | 484 | ||
485 | if (request_resource(&mb_resources._ciab, &sched_res)) | 485 | if (request_resource(&mb_resources._ciab, &sched_res)) |
486 | printk("Cannot allocate ciab.ta{lo,hi}\n"); | 486 | printk("Cannot allocate ciab.ta{lo,hi}\n"); |