The patch titled apm: fix incorrect comment has been removed from the -mm tree. Its filename was apm-fix-incorrect-comment.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: apm: fix incorrect comment From: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> HZ has not always been 100Hz for some time. Signed-off-by: Alan Cox <alan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 */ _ Patches currently in -mm which might be from alan@xxxxxxxxxxxxxxxxxxx are origin.patch pata_acpi-restore-driver-vs-libata-clean-up-sff-init-mess-fix.patch libata-add-support-for-ata_16-on-atapi.patch fix-pata_qdic-probe-code.patch pata_scc-fix-compilation.patch libata-fix-hopefully-all-the-remaining-problems-with.patch testing-patch-for-ali-pata-fixes-hopefully-for-the-problems-with-atapi-dma.patch pata_ali-more-work.patch sl82c105-switch-to-ref-counting-api.patch add-pci_try_set_mwi.patch fix-pci_find_present.patch drivers-scsi-ncr5380c-replacing-yield-with-a.patch fix-old-scsi-adapter-crashes-with-cd-rom-take-2.patch doc-kernel-parameters-use-x86-32-tag-instead-of-ia-32.patch upper-32-bits.patch tty_set_ldisc-receive_room-fix.patch tty-add-compat_ioctl.patch tty-add-compat_ioctl-fix.patch revoke-core-code-revoke-no-revoke-for-nommu.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html