Skip to content
Commit b2e3c0ad authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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: default avatarIngo Molnar <mingo@elte.hu>
parent a0a99b22
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment