aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/cpu/mtrr/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/arch/x86/cpu/mtrr/main.c')
-rw-r--r--xen/arch/x86/cpu/mtrr/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/arch/x86/cpu/mtrr/main.c b/xen/arch/x86/cpu/mtrr/main.c
index 4881055d1a..2a606f0320 100644
--- a/xen/arch/x86/cpu/mtrr/main.c
+++ b/xen/arch/x86/cpu/mtrr/main.c
@@ -46,8 +46,6 @@
#define DEFINE_MUTEX(_m) DEFINE_SPINLOCK(_m)
#define mutex_lock(_m) spin_lock(_m)
#define mutex_unlock(_m) spin_unlock(_m)
-#define lock_cpu_hotplug() ((void)0)
-#define unlock_cpu_hotplug() ((void)0)
#define dump_stack() ((void)0)
#define get_cpu() smp_processor_id()
#define put_cpu() do {} while(0)