From d508fd4c3334da1f454c904e8780c224cf2c431e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 20 Apr 2015 17:52:39 +0200 Subject: [PATCH] PPC: leave all atomic ops as gcc inlines I'm not sure the 64bit versions are really implemented though... --- headers/private/system/arch/ppc/arch_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/system/arch/ppc/arch_config.h b/headers/private/system/arch/ppc/arch_config.h index 1c57d08987..205362d885 100644 --- a/headers/private/system/arch/ppc/arch_config.h +++ b/headers/private/system/arch/ppc/arch_config.h @@ -11,7 +11,7 @@ #define STACK_GROWS_DOWNWARDS //#define ATOMIC_FUNCS_ARE_SYSCALLS -#define ATOMIC64_FUNCS_ARE_SYSCALLS +//#define ATOMIC64_FUNCS_ARE_SYSCALLS #endif /* _KERNEL_ARCH_PPC_CONFIG_H */