From 565b4a74d6c25c78b0d2b82d9529595fc6269308 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Fri, 12 May 2017 18:45:15 -0800 Subject: Update bcachefs sources to 14e9ac5016 bcachefs: btree_iter fastpath --- include/linux/compiler.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/linux/compiler.h') diff --git a/include/linux/compiler.h b/include/linux/compiler.h index e5c31a6c..915a6f88 100644 --- a/include/linux/compiler.h +++ b/include/linux/compiler.h @@ -166,4 +166,8 @@ static __always_inline void __write_once_size(volatile void *p, void *res, int s #define flush_cache_vmap(start, end) do { } while (0) #define flush_cache_vunmap(start, end) do { } while (0) +#ifdef __x86_64 +#define CONFIG_X86_64 y +#endif + #endif /* _TOOLS_LINUX_COMPILER_H */ -- cgit v1.2.3