RE: [PATCH][v2] PPC: use CURRENT_THREAD_INFO instead of open coded assembly

2012-07-03 Thread Yoder Stuart-B08248
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Monday, July 02, 2012 4:16 PM > To: Yoder Stuart-B08248 > Cc: b...@kernel.crashing.org; linuxppc-dev@lists.ozlabs.org > Subject: Re: [PATCH][v2] PPC: use CURRENT_THREAD_INFO instead of open

Re: [PATCH][v2] PPC: use CURRENT_THREAD_INFO instead of open coded assembly

2012-07-02 Thread Benjamin Herrenschmidt
On Mon, 2012-07-02 at 16:14 -0500, Stuart Yoder wrote: > -v2 >-moved CURRENT_THREAD_INFO under assembly only > #ifdef Nak, invert the two cases to avoid the if_n_def, but don't move it inside __ASSEMBLY__ only. IE. Address Alex other comment :-) Cheers, Ben. ___

Re: [PATCH][v2] PPC: use CURRENT_THREAD_INFO instead of open coded assembly

2012-07-02 Thread Alexander Graf
On 02.07.2012, at 23:14, Stuart Yoder wrote: > From: Stuart Yoder > > Signed-off-by: Stuart Yoder > --- > > -this patch is a pre-requisite for the idle hcall which I > am trying to get into Alex's KVM tree, so ideally would like > Ben's ack and get this applied to Alex's tree > > -built/test