sandbox: Add <asm/barrier.h>
Add a mostly empty asm/barrier.h file for sandbox where we define nop() to be an empty function. Reviewed-by: Sean Anderson <seanga2@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
3
arch/sandbox/include/asm/barrier.h
Normal file
3
arch/sandbox/include/asm/barrier.h
Normal file
@@ -0,0 +1,3 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||
|
||||
#define nop()
|
||||
Reference in New Issue
Block a user