Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump...
[linux-2.6] / include / asm-x86 / atomic.h
1 #ifdef CONFIG_X86_32
2 # include "atomic_32.h"
3 #else
4 # include "atomic_64.h"
5 #endif