aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/system.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2011-03-09 16:32:04 +0000
committerJan Beulich <jbeulich@novell.com>2011-03-09 16:32:04 +0000
commit54f4cfa3d8c60fa81dbb28fc83bf5f2272ed4222 (patch)
tree83463e3b381aab6a90a9483808ed802d9f690aab /xen/include/asm-x86/system.h
parent67d84b65a1fe6362ed6172c0f7bbb75cedb8346d (diff)
downloadxen-54f4cfa3d8c60fa81dbb28fc83bf5f2272ed4222.tar.gz
xen-54f4cfa3d8c60fa81dbb28fc83bf5f2272ed4222.tar.bz2
xen-54f4cfa3d8c60fa81dbb28fc83bf5f2272ed4222.zip
ACPI: large cleanup
In some cases, entire files turned out unnecessary. Of what remains, move whatever possible into .init.*, and some data items into .data.read_mostly. Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/include/asm-x86/system.h')
-rw-r--r--xen/include/asm-x86/system.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/include/asm-x86/system.h b/xen/include/asm-x86/system.h
index a57d35de81..6869576295 100644
--- a/xen/include/asm-x86/system.h
+++ b/xen/include/asm-x86/system.h
@@ -132,8 +132,6 @@ static always_inline unsigned long __cmpxchg(
return old;
}
-#define __HAVE_ARCH_CMPXCHG
-
#define cmpxchgptr(ptr,o,n) ({ \
const __typeof__(**(ptr)) *__o = (o); \
__typeof__(**(ptr)) *__n = (n); \