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

Commit e872e41b authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt
Browse files

powerpc/pmac/smp: Remove HMT changes for PowerMac offline code



Those instructions do nothing on non-threaded processors such
as 970's used on those machines.

Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 4c6130d9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -928,10 +928,6 @@ static void pmac_cpu_die(void)
		/* should always be true at this point */
		if (cpu_has_feature(CPU_FTR_CAN_NAP))
			power4_cpu_offline_powersave();
		else {
			HMT_low();
			HMT_very_low();
		}
	}
}