2 * Copyright 2012, Alex Smith, alex@alex-smith.me.uk.
3 * Distributed under the terms of the MIT License.
5 #ifndef _KERNEL_ARCH_x86_64_CONFIG_H
6 #define _KERNEL_ARCH_x86_64_CONFIG_H
8 #define FUNCTION_CALL_PARAMETER_ALIGNMENT_TYPE unsigned long
10 #define STACK_GROWS_DOWNWARDS
12 //#define ATOMIC_FUNCS_ARE_SYSCALLS
13 //#define ATOMIC64_FUNCS_ARE_SYSCALLS
15 #endif /* _KERNEL_ARCH_x86_64_CONFIG_H */