libpayload: Fix guards in include/{arm,arm64,x86}/arch/barrier.h
Change-Id: Ib4897c4f5837f7f3173d5062eecb893adbe36964 Signed-off-by: David Hendricks <david.hendricks@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64365 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
parent
c6396a82e9
commit
7d0e5fa3ff
|
@ -33,7 +33,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef __ARCH_BARRIER_H_
|
||||
#ifndef __ARCH_BARRIER_H__
|
||||
#define __ARCH_BARRIER_H__
|
||||
|
||||
#include <arch/cache.h>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef __ARCH_BARRIER_H_
|
||||
#ifndef __ARCH_BARRIER_H__
|
||||
#define __ARCH_BARRIER_H__
|
||||
|
||||
#include <arch/cache.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef __ARCH_BARRIER_H_
|
||||
#ifndef __ARCH_BARRIER_H__
|
||||
#define __ARCH_BARRIER_H__
|
||||
|
||||
#define mb()
|
||||
|
|
Loading…
Reference in New Issue