[PATCH 2/3] powerpc: Implement support for setting little-endian mode via prctl

Paul Mackerras paulus at samba.org
Thu Jun 8 07:41:02 EST 2006


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.



More information about the Linuxppc-dev mailing list