cpu/hotplug: Use distinct name for cpu_hotplug.dep_map
authorJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Wed, 12 Oct 2016 10:18:56 +0000 (13:18 +0300)
committerIngo Molnar <mingo@kernel.org>
Sun, 16 Oct 2016 09:09:32 +0000 (11:09 +0200)
commita705e07b9c80df27b6bb12f7a4cd4cf4ed2f728b
treebc933b138d0aa532ea81fd81eba0bb8b46914912
parent9cfffb116887b1b7c51cd4e3fa5790dc52a0758f
cpu/hotplug: Use distinct name for cpu_hotplug.dep_map

Use distinctive name for cpu_hotplug.dep_map to avoid the actual
cpu_hotplug.lock appearing as cpu_hotplug.lock#2 in lockdep splats.

Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Gautham R. Shenoy <ego@linux.vnet.ibm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Gautham R . Shenoy <ego@linux.vnet.ibm.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: intel-gfx@lists.freedesktop.org
Cc: trivial@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/cpu.c