Skip to content
Commit 72d43d9b authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86: HPET: read back compare register before reading counter



After fixing the u32 thinko I sill had occasional hickups on ATI chipsets
with small deltas. There seems to be a delay between writing the compare
register and the transffer to the internal register which triggers the
interrupt. Reading back the value makes sure, that it hit the internal
match register befor we compare against the counter value.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent f7676254
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