Hi Luis,
On Friday 22 July 2016 14:24:39 Luis R. Rodriguez wrote:
> arch/alpha/include/asm/sections.h | 6 +
> arch/arm64/include/asm/sections.h | 6 +
> arch/avr32/include/asm/sections.h | 6 +
> arch/cris/include/asm/sections.h | 6 +
> arch/h8300/include/asm/sections.h
Hi Peter,
On Mon, Jan 04, 2016 at 02:41:28PM +0100, Peter Zijlstra wrote:
> On Thu, Dec 31, 2015 at 09:08:22PM +0200, Michael S. Tsirkin wrote:
> > +#ifdef CONFIG_SMP
> > +#define fence() metag_fence()
> > +#else
> > +#define fence()do { } while (0)
> > #endif
>
> James, it strikes m
On Mon, Jan 04, 2016 at 04:30:36PM +0100, Peter Zijlstra wrote:
> On Mon, Jan 04, 2016 at 03:25:58PM +0000, James Hogan wrote:
> > It is used along with the metag specific __global_lock1() (global
> > voluntary lock between hw threads) whenever a write is performed, and by
> &
asm-generic/barrier.h instead.
>
> This is in preparation to refactoring this code area.
>
> Signed-off-by: Michael S. Tsirkin
> Acked-by: Arnd Bergmann
Looks good, and confirmed no text change (once patch 1 is applied that
is).
Acked-by: James Hogan
Thanks
James
> ---
>
ces, but it'd be nice if the definitions at least still all
lined up. You're touching all the definitions which use spaces anyway,
so feel free to convert them to tabs while you're at it.
Other than those niggles, it looks sensible to me:
Acked-by: James Hogan
Cheers
James
&