Re: [U-Boot] [PATCH 2/9] x86: Add initial memory barrier macros

2012-10-03 Thread Gabe Black
Acked-by: Gabe Black ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 2/9] x86: Add initial memory barrier macros

2012-10-03 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/