commit | 89d77a1eb60be916d85d9394bedbfa2037af89c5 | [log] [tgz] |
---|---|---|
author | Matt Fleming <mjf@gentoo.org> | Sun Nov 02 16:04:20 2008 +0000 |
committer | Thomas Gleixner <tglx@apollo.(none)> | Mon Nov 10 17:38:07 2008 +0100 |
tree | 43528edb4db6c57a19e903240872acfe160e8653 | |
parent | 1de5b0854623d30d01d72cd4ea323eb5f39d1f16 [diff] |
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 <mjf@gentoo.org> Cc: mingo@elte.hu Cc: venkatesh.pallipadi@intel.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>