瀏覽代碼

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: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Benjamin Herrenschmidt 14 年之前
父節點
當前提交
e872e41b79
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      arch/powerpc/platforms/powermac/smp.c

+ 0 - 4
arch/powerpc/platforms/powermac/smp.c

@@ -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();
-		}
 	}
 }