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:
80a4b18
)
rangetimer: fix x86 build failure for the !HRTIMERS case
author
Arjan van de Ven
<arjan@linux.intel.com>
Tue, 7 Oct 2008 17:57:54 +0000
(10:57 -0700)
committer
Arjan van de Ven
<arjan@linux.intel.com>
Tue, 7 Oct 2008 17:57:54 +0000
(10:57 -0700)
the timer peek function was on the wrong side of an ifdef,
breaking for the !HRTIMERs case. Just provide an empty inline
for that case since it doesn't make sense in that scenario.
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
No differences found