]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
x86/hpet: Simplify counter validation
authorThomas Gleixner <tglx@linutronix.de>
Sun, 23 Jun 2019 13:23:52 +0000 (15:23 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 27 Jun 2019 22:57:19 +0000 (00:57 +0200)
commit44b5be5733e119300115b98409cbcf9a45b8d3f1
tree197868c64f2ac2686dff250ab00e468e76e9baf9
parent3222daf970f30133cc4c639cbecdc29c4ae91b2b
x86/hpet: Simplify counter validation

There is no point to loop for 200k TSC cycles to check afterwards whether
the HPET counter is working. Read the counter inside of the loop and break
out when the counter value changed.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ingo Molnar <mingo@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
Cc: Ashok Raj <ashok.raj@intel.com>
Cc: Andi Kleen <andi.kleen@intel.com>
Cc: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Cc: Stephane Eranian <eranian@google.com>
Cc: Ravi Shankar <ravi.v.shankar@intel.com>
Link: https://lkml.kernel.org/r/20190623132435.149535103@linutronix.de
arch/x86/kernel/hpet.c