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:
Michael Ellerman
2012-07-04 23:18:56 +10:00
committed by Will Deacon
parent 2df530136d
commit 6aab5e47cd
+1 -1
View File
@@ -1,6 +1,6 @@
#ifndef _KVM_BARRIER_H_
#define _KVM_BARRIER_H_
#include <asm/system.h>
#include <asm/barrier.h>
#endif /* _KVM_BARRIER_H_ */