Re: [PATCH] powerpc: Add HWCAP2 aux entry

2013-04-24 Thread Andrew Morton
On Tue, 23 Apr 2013 10:41:42 +1000 Benjamin Herrenschmidt wrote: > On Thu, 2013-04-18 at 13:41 +1000, Michael Neuling wrote: > > akpm, > > > > If you're happy with this, is it something you can take in your tree? > > Andrew ? Or give me an ack ? :-) I'm happy to carry this, we need that >

Re: [PATCH] powerpc: Add HWCAP2 aux entry

2013-04-24 Thread Andrew Morton
On Tue, 23 Apr 2013 10:41:42 +1000 Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Thu, 2013-04-18 at 13:41 +1000, Michael Neuling wrote: akpm, If you're happy with this, is it something you can take in your tree? Andrew ? Or give me an ack ? :-) I'm happy to carry this, we

Re: [PATCH] powerpc: Add HWCAP2 aux entry

2013-04-22 Thread Benjamin Herrenschmidt
On Thu, 2013-04-18 at 13:41 +1000, Michael Neuling wrote: > akpm, > > If you're happy with this, is it something you can take in your tree? Andrew ? Or give me an ack ? :-) I'm happy to carry this, we need that rather urgently and we have the glibc folks on board. Cheers, Ben. > Mikey > >

Re: [PATCH] powerpc: Add HWCAP2 aux entry

2013-04-22 Thread Benjamin Herrenschmidt
On Thu, 2013-04-18 at 13:41 +1000, Michael Neuling wrote: akpm, If you're happy with this, is it something you can take in your tree? Andrew ? Or give me an ack ? :-) I'm happy to carry this, we need that rather urgently and we have the glibc folks on board. Cheers, Ben. Mikey Michael

Re: [PATCH] powerpc: Add HWCAP2 aux entry

2013-04-17 Thread Michael Neuling
akpm, If you're happy with this, is it something you can take in your tree? Mikey Michael Neuling wrote: > We are currently out of free bits in AT_HWCAP. With POWER8, we have > several hardware features that we need to advertise. > > Tested on POWER and x86. > > Signed-off-by: Michael

[PATCH] powerpc: Add HWCAP2 aux entry

2013-04-17 Thread Michael Neuling
We are currently out of free bits in AT_HWCAP. With POWER8, we have several hardware features that we need to advertise. Tested on POWER and x86. Signed-off-by: Michael Neuling Signed-off-by: Nishanth Aravamudan --- > Wouldn't it be safer to not emit AT_HWCAP2 unless it is defined by the

[PATCH] powerpc: Add HWCAP2 aux entry

2013-04-17 Thread Michael Neuling
We are currently out of free bits in AT_HWCAP. With POWER8, we have several hardware features that we need to advertise. Tested on POWER and x86. Signed-off-by: Michael Neuling mich...@neuling.org Signed-off-by: Nishanth Aravamudan n...@linux.vnet.ibm.com --- Wouldn't it be safer to not emit

Re: [PATCH] powerpc: Add HWCAP2 aux entry

2013-04-17 Thread Michael Neuling
akpm, If you're happy with this, is it something you can take in your tree? Mikey Michael Neuling mi...@neuling.org wrote: We are currently out of free bits in AT_HWCAP. With POWER8, we have several hardware features that we need to advertise. Tested on POWER and x86. Signed-off-by:

Re: [PATCH] powerpc: Add HWCAP2 aux entry

2013-04-05 Thread Michael Ellerman
Hi guys, Added some folks to CC, blame scripts/get_maintainer.pl. Comment below .. On Tue, Apr 02, 2013 at 02:22:05PM -0700, Nishanth Aravamudan wrote: > From: Michael Neuling > > We are currently out of free bits in AT_HWCAP. With POWER8, we have > several hardware features that we need to

Re: [PATCH] powerpc: Add HWCAP2 aux entry

2013-04-05 Thread Michael Ellerman
Hi guys, Added some folks to CC, blame scripts/get_maintainer.pl. Comment below .. On Tue, Apr 02, 2013 at 02:22:05PM -0700, Nishanth Aravamudan wrote: From: Michael Neuling michael.neul...@au1.ibm.com We are currently out of free bits in AT_HWCAP. With POWER8, we have several hardware

[PATCH] powerpc: Add HWCAP2 aux entry

2013-04-02 Thread Nishanth Aravamudan
From: Michael Neuling We are currently out of free bits in AT_HWCAP. With POWER8, we have several hardware features that we need to advertise. Tested on POWER and x86. Signed-off-by: Michael Neuling Signed-off-by: Nishanth Aravamudan diff --git a/arch/powerpc/include/asm/cputable.h

[PATCH] powerpc: Add HWCAP2 aux entry

2013-04-02 Thread Nishanth Aravamudan
From: Michael Neuling michael.neul...@au1.ibm.com We are currently out of free bits in AT_HWCAP. With POWER8, we have several hardware features that we need to advertise. Tested on POWER and x86. Signed-off-by: Michael Neuling michael.neul...@au1.ibm.com Signed-off-by: Nishanth Aravamudan