OMAP: Add new function to check wether there is irq pending
[linux-ginger.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