Skip to content
Commit 89d77a1e authored by Matt Fleming's avatar Matt Fleming Committed by Thomas Gleixner
Browse files

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: default avatarMatt Fleming <mjf@gentoo.org>
Cc: mingo@elte.hu
Cc: venkatesh.pallipadi@intel.com
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 1de5b085
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment