From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7FD6EDDE1C for ; Sun, 29 Mar 2009 08:25:10 +1100 (EST) Subject: Re: CONFIG_DEBUG_PAGEALLOC generates WARN_ON() in ppc32 hash From: Benjamin Herrenschmidt To: Kumar Gala In-Reply-To: References: <765C1EA1-93F7-4FEF-930B-78E2B3DEB4FA@kernel.crashing.org> <1238195157.20197.81.camel@pasglop> Content-Type: text/plain Date: Sun, 29 Mar 2009 08:25:04 +1100 Message-Id: <1238275504.20197.92.camel@pasglop> Mime-Version: 1.0 Cc: LinuxPPC Mailing List List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > > Note that C_D_P doesn't work on hash32 anyway... > > really, what mmu config does it work on ? just hash64? Pretty much :-) It's implemented for hash32 but there are issues with the BAT mapping that were never quite resolved. Cheers, Ben.