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:
bbbd999
)
x86: add hpet sanity checks
author
Thomas Gleixner
<tglx@linutronix.de>
Fri, 16 Nov 2007 02:41:50 +0000
(21:41 -0500)
committer
Thomas Gleixner
<tglx@apollo.(none)>
Sat, 17 Nov 2007 15:27:01 +0000
(16:27 +0100)
Some BIOSes advertise HPET at 0x0. We really do no want to
allocate a resource there. Check for it and leave early.
Other BIOSes tell us the HPET is at 0xfed0000000000000
instead of 0xfed00000. Add a check and fix it up with a warning
on user request.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found