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 ESMTP id 9B112DDDF5 for ; Thu, 10 May 2007 15:40:59 +1000 (EST) Subject: Re: [PATCH] Generalize hpte_decode() From: Benjamin Herrenschmidt To: Paul Mackerras In-Reply-To: <17986.44428.934539.499645@cargo.ozlabs.ibm.com> References: <17986.44428.934539.499645@cargo.ozlabs.ibm.com> Content-Type: text/plain Date: Thu, 10 May 2007 15:40:53 +1000 Message-Id: <1178775653.14928.208.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2007-05-10 at 15:28 +1000, Paul Mackerras wrote: > This adds the necessary support to hpte_decode() to handle 1TB > segments and 16GB pages, and also removes an uninitialized value > warning on avpn. > > We don't have any code to generate HPTEs for 1TB segments or 16GB > pages yet, so this is mostly for completeness, and also to fix the > warning. > > Signed-off-by: Paul Mackerras Not that you really need it but ... Acked-by: Benjamin Herrenschmidt