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:
a0a99b2
)
hrtimers: fix warning in kernel/hrtimer.c
author
Ingo Molnar
<mingo@elte.hu>
Thu, 18 Dec 2008 23:48:27 +0000
(
00:48
+0100)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 18 Dec 2008 23:45:32 +0000
(
00:45
+0100)
this warning:
kernel/hrtimer.c: In function ‘hrtimer_cpu_notify’:
kernel/hrtimer.c:1574: warning: unused variable ‘dcpu’
is caused because 'dcpu' is only used in the CONFIG_HOTPLUG_CPU case.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found