[U-Boot] [PATCH v2 02/10] x86: Add initial memory barrier macros

2012-10-10 Thread Simon Glass
These are available on other architectures, so add them on x86. Signed-off-by: Simon Glass --- arch/x86/include/asm/io.h |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/x86/include/asm/io.h b/arch/x86/include/asm/io.h index 9b757d4..b12bdd8 100644 --- a/arch

Re: [U-Boot] [PATCH v2 02/10] x86: Add initial memory barrier macros

2012-10-10 Thread Graeme Russ
Hi Simon, On Thu, Oct 11, 2012 at 10:12 AM, Simon Glass wrote: > These are available on other architectures, so add them on x86. > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/io.h |8 > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/arch/x86/inclu