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 3372C67BC8 for ; Fri, 17 Nov 2006 11:39:58 +1100 (EST) Subject: Re: [PATCH 7/16] powerpc: add support for ps3 platform From: Benjamin Herrenschmidt To: Christoph Hellwig In-Reply-To: <20061115180440.GB18856@lst.de> References: <4554DACB.8060809@am.sony.com> <20061115180440.GB18856@lst.de> Content-Type: text/plain Date: Fri, 17 Nov 2006 11:39:44 +1100 Message-Id: <1163723984.5940.411.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > > + > > +enum page_size { > > + page_size_4k = 12U, > > + page_size_64k = 16U, > > + page_size_16m = 24U, > > +}; > > Please use ALL_CAPS for such constants. And call them PAGE_SHIFT_* while at it :-) Ben.