From: Alan Cox HZ has not always been 100Hz for some time. Signed-off-by: Alan Cox Signed-off-by: Andrew Morton --- arch/i386/kernel/apm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/i386/kernel/apm.c~apm-fix-incorrect-comment arch/i386/kernel/apm.c --- a/arch/i386/kernel/apm.c~apm-fix-incorrect-comment +++ a/arch/i386/kernel/apm.c @@ -1172,7 +1172,7 @@ static void reinit_timer(void) unsigned long flags; spin_lock_irqsave(&i8253_lock, flags); - /* set the clock to 100 Hz */ + /* set the clock to HZ */ outb_p(0x34, PIT_MODE); /* binary, mode 2, LSB/MSB, ch 0 */ udelay(10); outb_p(LATCH & 0xff, PIT_CH0); /* LSB */ _