commit | f3ca49a2d3e077a5297bd7a91d731f9fc587f50c | [log] [tgz] |
---|---|---|
author | Philip Oberfichtner <pro@denx.de> | Fri Aug 02 11:25:35 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 03 09:12:00 2024 -0600 |
tree | f889a15b0225c99d706562f58bfe02f191811b74 | |
parent | f84d65c2d30e4f383e8ffe2028703483ad9a7202 [diff] |
x86: provide mb() macro Implement a x86 memory barrier mb(). Furthermore, remove the previously used mfence() function, which does the same thing. The mb() macro is now equivalent to Linux (v6.9): linux/arch/x86/include/asm/barrier.h Signed-off-by: Philip Oberfichtner <pro@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>