git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6c42c2
)
timers/x86/hpet: Use HPET_COUNTER to specify the hpet counter in vread_hpet()
author
Satoru Takeuchi
<takeuchi_satoru@jp.fujitsu.com>
Fri, 15 Feb 2013 07:58:14 +0000
(16:58 +0900)
committer
Ingo Molnar
<mingo@kernel.org>
Fri, 15 Feb 2013 11:13:18 +0000
(12:13 +0100)
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>
No differences found