diff options
Diffstat (limited to 'include/asm-x86/cmpxchg.h')
-rw-r--r-- | include/asm-x86/cmpxchg.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-x86/cmpxchg.h b/include/asm-x86/cmpxchg.h deleted file mode 100644 index a460fa088d4..00000000000 --- a/include/asm-x86/cmpxchg.h +++ /dev/null @@ -1,5 +0,0 @@ -#ifdef CONFIG_X86_32 -# include "cmpxchg_32.h" -#else -# include "cmpxchg_64.h" -#endif |