summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2022-11-30 11:46:06 +0100
committerMichael Ellerman <mpe@ellerman.id.au>2022-11-30 11:46:06 +0100
commit611c020239fde0e9e81435cd1690f566c0cdd0e0 (patch)
tree1203519d601fa7a340defc6f2cdcc5d5dc39d8df /include
parentMerge branch 'topic/ppc-kvm' into next (diff)
parentpowerpc/64s: Add missing declaration for machine_check_early_boot() (diff)
downloadlinux-611c020239fde0e9e81435cd1690f566c0cdd0e0.tar.xz
linux-611c020239fde0e9e81435cd1690f566c0cdd0e0.zip
Merge branch 'fixes' into next
Merge our fixes branch to bring in some changes that are prerequisites for work in next.
Diffstat (limited to 'include')
-rw-r--r--include/asm-generic/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/compat.h b/include/asm-generic/compat.h
index aeb257ad3d1a..8392caea398f 100644
--- a/include/asm-generic/compat.h
+++ b/include/asm-generic/compat.h
@@ -15,7 +15,7 @@
#endif
#ifndef compat_arg_u64
-#ifdef CONFIG_CPU_BIG_ENDIAN
+#ifndef CONFIG_CPU_BIG_ENDIAN
#define compat_arg_u64(name) u32 name##_lo, u32 name##_hi
#define compat_arg_u64_dual(name) u32, name##_lo, u32, name##_hi
#else