projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
873ec74
)
apm: fix incorrect comment
author
Alan Cox
<alan@lxorguk.ukuu.org.uk>
Tue, 8 May 2007 07:29:58 +0000
(
00:29
-0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:15:10 +0000
(11:15 -0700)
HZ has not always been 100Hz for some time.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/kernel/apm.c
patch
|
blob
|
history
diff --git
a/arch/i386/kernel/apm.c
b/arch/i386/kernel/apm.c
index fdaaf68776026e537f7e69e3f1baa5c71180082f..4112afe712b9af2522cdea3728dc0b3acc5de9ca 100644
(file)
--- 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 */