x86/amd-iommu: Improve handling of full command buffer
[linux/fpc-iii.git] / arch / x86 / include / asm / cmpxchg.h
bloba460fa088d4c0c72810ee714a8aaf7e6789523ca
1 #ifdef CONFIG_X86_32
2 # include "cmpxchg_32.h"
3 #else
4 # include "cmpxchg_64.h"
5 #endif