Re: [PATCH] x86/PAE: Fix pte_clear for the >4GB RAM case

From: Linus Torvalds
Date: Fri Apr 28 2006 - 10:57:20 EST




On Fri, 28 Apr 2006, Andi Kleen wrote:
> >
> > I must be confused. Doesn't that become a barrier() on UP?
>
> No it was me who was confused sorry. Somehow i thought it was defined
> away for !SMP
>
> (which would make sense because why would you want a compile barrier
> for a barrier that is only needed on SMP?)

If the write barrier is needed on SMP, then UP needs a compiler barrier.
Even UP has interrupts (and preemption) that can expose ordering of the
interrupted code.

Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/