Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecf318cc authored by Linus Torvalds's avatar Linus Torvalds
Browse files
* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:
  powerpc: Fix build for 32-bit SMP configs
parents 2a1dc509 a1e0eb10
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -717,9 +717,11 @@ static void unregister_cpu_online(unsigned int cpu)

	BUG_ON(!c->hotpluggable);

#ifdef CONFIG_PPC64
	if (!firmware_has_feature(FW_FEATURE_ISERIES) &&
			cpu_has_feature(CPU_FTR_SMT))
		sysdev_remove_file(s, &attr_smt_snooze_delay);
#endif

	/* PMC stuff */
	switch (cur_cpu_spec->pmc_type) {