mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 09:20:54 +07:00
cris build fixes: atomic.h needs compiler.h
Include file linux/compiler.h is needed for 'likely'. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com> Acked-by: Mikael Starvik <starvik@axis.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
80bf7a5be0
commit
df2b84a1f5
@ -5,6 +5,7 @@
|
||||
|
||||
#include <asm/system.h>
|
||||
#include <asm/arch/atomic.h>
|
||||
#include <linux/compiler.h>
|
||||
|
||||
/*
|
||||
* Atomic operations that C can't guarantee us. Useful for
|
||||
|
Loading…
Reference in New Issue
Block a user