From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-Id: <20101118045247.654743185@neuling.org> Date: Thu, 18 Nov 2010 15:52:43 +1100 From: mikey@neuling.org To: Benjamin Herrenschmidt Subject: [PATCH 2/4] powerpc: remove POWER6 oprofile workarounds for POWER7 References: <20101118045241.071482503@neuling.org> Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , These are not needed on POWER7 so remove them. Signed-off-by: Michael Neuling --- arch/powerpc/kernel/cputable.c | 4 ---- 1 file changed, 4 deletions(-) Index: linux-2.6-ozlabs/arch/powerpc/kernel/cputable.c =================================================================== --- linux-2.6-ozlabs.orig/arch/powerpc/kernel/cputable.c +++ linux-2.6-ozlabs/arch/powerpc/kernel/cputable.c @@ -459,10 +459,6 @@ .pmc_type = PPC_PMC_IBM, .oprofile_cpu_type = "ppc64/power7", .oprofile_type = PPC_OPROFILE_POWER4, - .oprofile_mmcra_sihv = POWER6_MMCRA_SIHV, - .oprofile_mmcra_sipr = POWER6_MMCRA_SIPR, - .oprofile_mmcra_clear = POWER6_MMCRA_THRM | - POWER6_MMCRA_OTHER, .platform = "power7", }, { /* Cell Broadband Engine */