aboutsummaryrefslogtreecommitdiff
path: root/kvm/kernel/external-module-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'kvm/kernel/external-module-compat.h')
-rw-r--r--kvm/kernel/external-module-compat.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/kvm/kernel/external-module-compat.h b/kvm/kernel/external-module-compat.h
index 66467c041..70a3c1e20 100644
--- a/kvm/kernel/external-module-compat.h
+++ b/kvm/kernel/external-module-compat.h
@@ -164,4 +164,7 @@ static inline struct super_block *kvmfs_get_sb(
#endif
-
+/*
+ * For set_64bit(), which is in a new file asm/cmpxchg.h in newer kernels.
+ */
+#include <asm/system.h>