|
@@ -10,8 +10,10 @@
|
|
#include <linux/module.h>
|
|
#include <linux/module.h>
|
|
#include <linux/debugobjects.h>
|
|
#include <linux/debugobjects.h>
|
|
|
|
|
|
|
|
+#ifdef CONFIG_HOTPLUG_CPU
|
|
static LIST_HEAD(percpu_counters);
|
|
static LIST_HEAD(percpu_counters);
|
|
static DEFINE_MUTEX(percpu_counters_lock);
|
|
static DEFINE_MUTEX(percpu_counters_lock);
|
|
|
|
+#endif
|
|
|
|
|
|
#ifdef CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER
|
|
#ifdef CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER
|
|
|
|
|