50e0ce4bee
They are only used if the architecture doesn't support them directly. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4360 a95241bf-73f2-0310-859d-f6bbb57e9c96
11 lines
219 B
C
11 lines
219 B
C
/*
|
|
** Copyright 2003, Marcus Overhagen. All rights reserved.
|
|
** Distributed under the terms of the OpenBeOS license.
|
|
*/
|
|
#ifndef _KERNEL_ARCH_CPU_H
|
|
#define _KERNEL_ARCH_CPU_H
|
|
|
|
#define ATOMIC_FUNCS_ARE_SYSCALLS 1
|
|
|
|
#endif
|