From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Dave Kleikamp To: Josh Boyer Subject: [PATCH 2/4] powerpc/47x: Remove redundant line from cputable.c Date: Wed, 18 Aug 2010 11:44:24 -0500 Message-Id: <1282149866-4710-3-git-send-email-shaggy@linux.vnet.ibm.com> In-Reply-To: <1282149866-4710-1-git-send-email-shaggy@linux.vnet.ibm.com> References: <1282149866-4710-1-git-send-email-shaggy@linux.vnet.ibm.com> Cc: Dave Kleikamp , linuxppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , There are two entries for .cpu_user_features in arch/powerpc/kernel/cputable.c. Remove the one that doesn't belong Signed-off-by: Dave Kleikamp --- arch/powerpc/kernel/cputable.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index 65e2b4e..1f9123f 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c @@ -1826,7 +1826,6 @@ static struct cpu_spec __initdata cpu_specs[] = { .cpu_features = CPU_FTRS_47X, .cpu_user_features = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU, - .cpu_user_features = COMMON_USER_BOOKE, .mmu_features = MMU_FTR_TYPE_47x | MMU_FTR_USE_TLBIVAX_BCAST | MMU_FTR_LOCK_BCAST_INVAL, .icache_bsize = 32, -- 1.7.1