[PATCH] clocksource: acpi_pm: add another greylist chipset
authorDaniel Walker <dwalker@mvista.com>
Sat, 21 Oct 2006 17:24:10 +0000 (10:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 21 Oct 2006 20:35:05 +0000 (13:35 -0700)
commit78f32668e64caea8f638b9133da7b97c5aec20d1
tree128074094fea381636d8869c21c9874826002436
parent4f2e639af4bd5e152fc79256e333643d3dd6c10f
[PATCH] clocksource: acpi_pm: add another greylist chipset

I have an acpi_pm that goes backwards, but it's not intel.  I tested the
verified read and my acpi_pm started to function properly.  So I added it
to the greylist.  I'm assuming that's the right spot.

I also added an unlikely() to the while, cause it seems appropriate.

Signed-off-by: Daniel Walker <dwalker@mvista.com>
Acked-by: John Stultz <johnstul@us.ibm.com>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/clocksource/acpi_pm.c