mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-23 06:28:00 +00:00
kvm tools: Use asm/barrier.h on powerpc
Commit 141124c deleted system.h, we really want barrier.h Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
committed by
Will Deacon
parent
2df530136d
commit
6aab5e47cd
@@ -1,6 +1,6 @@
|
||||
#ifndef _KVM_BARRIER_H_
|
||||
#define _KVM_BARRIER_H_
|
||||
|
||||
#include <asm/system.h>
|
||||
#include <asm/barrier.h>
|
||||
|
||||
#endif /* _KVM_BARRIER_H_ */
|
||||
|
||||
Reference in New Issue
Block a user