From: Matt Fleming Date: Sun, 2 Nov 2008 16:04:20 +0000 (+0000) Subject: x86: HPET: read from HPET_Tn_CMP() not HPET_T0_CMP X-Git-Tag: v2.6.28-rc5~78^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89d77a1eb60be916d85d9394bedbfa2037af89c5;p=pandora-kernel.git x86: HPET: read from HPET_Tn_CMP() not HPET_T0_CMP In hpet_next_event() we check that the value we just wrote to HPET_Tn_CMP(timer) has reached the chip. Currently, we're checking that the value we wrote to HPET_Tn_CMP(timer) is in HPET_T0_CMP, which, if timer is anything other than timer 0, is likely to fail. Signed-off-by: Matt Fleming Cc: mingo@elte.hu Cc: venkatesh.pallipadi@intel.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed