diff --git a/[refs] b/[refs] index 53cc6f8bd570..c68d4f5745fe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d7a7c573936a86474c4a5090a45a4bc6e680c117 +refs/heads/master: 878ae1274944908e1863b06b03a2c94907afaa20 diff --git a/trunk/kernel/stop_machine.c b/trunk/kernel/stop_machine.c index 70f8d90331e9..4372ccb25127 100644 --- a/trunk/kernel/stop_machine.c +++ b/trunk/kernel/stop_machine.c @@ -35,9 +35,9 @@ struct cpu_stop_done { /* the actual stopper, one per every possible cpu, enabled on online cpus */ struct cpu_stopper { spinlock_t lock; + bool enabled; /* is this stopper enabled? */ struct list_head works; /* list of pending works */ struct task_struct *thread; /* stopper thread */ - bool enabled; /* is this stopper enabled? */ }; static DEFINE_PER_CPU(struct cpu_stopper, cpu_stopper);