From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <17543.18414.871090.185796@cargo.ozlabs.ibm.com> Date: Thu, 8 Jun 2006 07:41:02 +1000 From: Paul Mackerras To: Olof Johansson Subject: Re: [PATCH 2/3] powerpc: Implement support for setting little-endian mode via prctl In-Reply-To: <20060607173320.GB5661@pb15.lixom.net> References: <17542.28368.426967.127506@cargo.ozlabs.ibm.com> <20060607173320.GB5661@pb15.lixom.net> Cc: akpm@osdl.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Olof Johansson writes: > > #define CPU_FTR_LOCKLESS_TLBIE ASM_CONST(0x0) > > #define CPU_FTR_MMCRA_SIHV ASM_CONST(0x0) > > #define CPU_FTR_CI_LARGE_PAGE ASM_CONST(0x0) > > +#define CPU_FTR_PAUSE_ZERO ASM_CONST(0x0) > > #define CPU_FTR_PURR ASM_CONST(0x0) > > #endif > > This seems to have snuck in from something else. It's not used anywhere. Yes, early on I noticed that this one was missing from the dummy definitions for 32-bit and cleaned it up as I went past. I'll remove that hunk. Paul.