From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753038Ab0K3DhU (ORCPT ); Mon, 29 Nov 2010 22:37:20 -0500 Received: from gate.crashing.org ([63.228.1.57]:60581 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752356Ab0K3DhS (ORCPT ); Mon, 29 Nov 2010 22:37:18 -0500 Subject: Re: [PATCH 09/21] powerpc: Preemptible mmu_gather From: Benjamin Herrenschmidt To: Peter Zijlstra Cc: Andrea Arcangeli , Avi Kivity , Thomas Gleixner , Rik van Riel , Ingo Molnar , akpm@linux-foundation.org, Linus Torvalds , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-mm@kvack.org, David Miller , Hugh Dickins , Mel Gorman , Nick Piggin , Paul McKenney , Yanmin Zhang , Stephen Rothwell In-Reply-To: <1291086726.32570.341.camel@pasglop> References: <20101126143843.801484792@chello.nl> <20101126145410.771278578@chello.nl> <1291086726.32570.341.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Date: Tue, 30 Nov 2010 14:35:48 +1100 Message-ID: <1291088148.32570.342.camel@pasglop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > This breaks embedded 64-bit build. Replace CONFIG_PPC64 with > CONFIG_PPC_BOOK3S_64 to only hit server when you access the > ppc64_tlb_batch in process.c since it doesn't exist for BOOK3E. > > This patch to fold into yours fixes it for me: With this fix and the other Kconfig fix, it seems to boot fine and no obvious breakage doing simple things on G5 and a power6 machine. Cheers, Ben.