]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/x86/include/asm/atomic.h
Merge branch 'for-rmk' of git://git.marvell.com/orion into devel
[karo-tx-linux.git] / arch / x86 / include / asm / atomic.h
1 #ifdef CONFIG_X86_32
2 # include "atomic_32.h"
3 #else
4 # include "atomic_64.h"
5 #endif