[haiku-commits] haiku: hrev49061 - headers/private/system/arch/ppc

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 20 Apr 2015 17:57:06 +0200 (CEST)

hrev49061 adds 1 changeset to branch 'master'
old head: 10e57f6e58387e5ce414cc7e98bd86385c4e10af
new head: d508fd4c3334da1f454c904e8780c224cf2c431e
overview:
http://cgit.haiku-os.org/haiku/log/?qt=range&q=d508fd4c3334+%5E10e57f6e5838

----------------------------------------------------------------------------

d508fd4c3334: PPC: leave all atomic ops as gcc inlines

I'm not sure the 64bit versions are really implemented though...

[ François Revol <revol@xxxxxxx> ]

----------------------------------------------------------------------------

Revision: hrev49061
Commit: d508fd4c3334da1f454c904e8780c224cf2c431e
URL: http://cgit.haiku-os.org/haiku/commit/?id=d508fd4c3334
Author: François Revol <revol@xxxxxxx>
Date: Mon Apr 20 15:52:39 2015 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
headers/private/system/arch/ppc/arch_config.h | 2 +-

----------------------------------------------------------------------------

diff --git a/headers/private/system/arch/ppc/arch_config.h
b/headers/private/system/arch/ppc/arch_config.h
index 1c57d08..205362d 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 */


Other related posts:

  • » [haiku-commits] haiku: hrev49061 - headers/private/system/arch/ppc - revol