commit | 36dfbbf136db0d645bacfd42ce7d9d6928ea532d | [log] [tgz] |
---|---|---|
author | Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com> | Fri Feb 15 16:58:14 2013 +0900 |
committer | Ingo Molnar <mingo@kernel.org> | Fri Feb 15 12:13:18 2013 +0100 |
tree | b74f1cec44f54b4f4ddf12884bda6e4fbd697bbb | |
parent | e6c42c295e071dd74a66b5a9fcf4f44049888ed8 [diff] |
timers/x86/hpet: Use HPET_COUNTER to specify the hpet counter in vread_hpet() vread_hpet() uses "0xf0" as the offset of the hpet counter. To clarify the meaning of this code, it should use symbolic name, HPET_COUNTER, instead. Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com> Cc: H. Peter Anvin <hpa@linux.intel.com> Cc: "H. Peter Anvin" <hpa@zytor.com> Signed-off-by: Ingo Molnar <mingo@kernel.org>