]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
tools/kvm: Fix compilation fallout from system.h split-up
authorIngo Molnar <mingo@kernel.org>
Sun, 1 Apr 2012 12:24:34 +0000 (14:24 +0200)
committerPekka Enberg <penberg@kernel.org>
Sun, 1 Apr 2012 19:05:27 +0000 (22:05 +0300)
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/x86/include/kvm/barrier.h

index 480276f743c6933ed494eb124b2a4b3d05856f24..38c1c8246fea8a2d8c0a0a61e35a69881513df14 100644 (file)
@@ -11,6 +11,6 @@
 #include <linux/stringify.h>
 #include <linux/bitops.h>
 #include <asm/alternative.h>
-#include <asm/system.h>
+#include <asm/barrier.h>
 
 #endif /* _KVM_BARRIER_H_ */