summary refs log tree commit diff stats
path: root/linux-headers/asm-generic
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2024-04-23 11:46:47 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2024-04-23 17:35:25 +0200
commitab0c7fb22b56523f24d6e127cd4d10ecff67bf85 (patch)
tree2b54fcbdc5b5b5457cbd764b29ad924d34437992 /linux-headers/asm-generic
parentb40b8eb609d3549ac14aab43849b20f5cba951c9 (diff)
downloadfocaccia-qemu-ab0c7fb22b56523f24d6e127cd4d10ecff67bf85.tar.gz
focaccia-qemu-ab0c7fb22b56523f24d6e127cd4d10ecff67bf85.zip
linux-headers: update to current kvm/next
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'linux-headers/asm-generic')
-rw-r--r--linux-headers/asm-generic/bitsperlong.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-headers/asm-generic/bitsperlong.h b/linux-headers/asm-generic/bitsperlong.h
index 75f320fa91..1fb4f0c9f2 100644
--- a/linux-headers/asm-generic/bitsperlong.h
+++ b/linux-headers/asm-generic/bitsperlong.h
@@ -24,4 +24,8 @@
 #endif
 #endif
 
+#ifndef __BITS_PER_LONG_LONG
+#define __BITS_PER_LONG_LONG 64
+#endif
+
 #endif /* __ASM_GENERIC_BITS_PER_LONG */