Merge branch 'core/urgent' into smp/hotplug to pick up dependencies

This commit is contained in:
Thomas Gleixner
2016-07-13 17:03:30 +02:00
2 changed files with 8 additions and 2 deletions

View File

@@ -1201,6 +1201,8 @@ static struct cpuhp_step cpuhp_bp_states[] = {
.teardown = takedown_cpu,
.cant_stop = true,
},
#else
[CPUHP_BRINGUP_CPU] = { },
#endif
};