commit | b2e3c0adec918ea22b6c9d7c76193dd3aaba9bd4 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Fri Dec 19 00:48:27 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Dec 19 00:45:32 2008 +0100 |
tree | 1ef1bc12934820143ac49f2432fbc933090eabe3 | |
parent | a0a99b227da57f81319dd239bc4de811b0f530ec [diff] |
hrtimers: fix warning in kernel/hrtimer.c 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>