From: Alan Cox Date: Tue, 8 May 2007 07:29:58 +0000 (-0700) Subject: apm: fix incorrect comment X-Git-Tag: v2.6.22-rc1~654 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9919380187e8182ac449652094c345c82dce0c3;p=linux-2.6 apm: fix incorrect comment HZ has not always been 100Hz for some time. Signed-off-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/i386/kernel/apm.c b/arch/i386/kernel/apm.c index fdaaf68776..4112afe712 100644 --- a/arch/i386/kernel/apm.c +++ b/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 */