From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: Olof Johansson From: Michael Neuling Subject: Re: [3/5] powerpc: PA6T cputable entry, PVR value In-reply-to: <20060905122808.36c0c88d@localhost.localdomain> References: <20060904175742.5472a6fa@localhost.localdomain> <20060905122808.36c0c88d@localhost.localdomain> Date: Tue, 05 Sep 2006 13:43:26 -0500 Sender: mikey@ozlabs.org Message-Id: <20060905184342.872B967B95@ozlabs.org> Cc: linuxppc-dev@ozlabs.org, paulus@samba.org, anton@samba.org Reply-To: Michael Neuling List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > #define PV_630p 0x0041 > #define PV_970MP 0x0044 > #define PV_BE 0x0070 > +#define PV_PA6T 0x0090 > + > > /* > * Number of entries in the SLB. If this ever changes we should handle Should be a space not a tab after the #define. Also extra new line is not required. Mikey "White space king" Neuling