aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/mach-generic
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-08-30 08:38:26 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-08-30 08:38:26 +0100
commitd644899c1cf196852018ff71ad5b620f0036cc04 (patch)
tree12519ed43c74a4caeed8776d9ba7c78772cfae94 /xen/include/asm-x86/mach-generic
parent8fbb79aaf2e2c6b679b1d990b600ec0b84afd07b (diff)
downloadxen-d644899c1cf196852018ff71ad5b620f0036cc04.tar.gz
xen-d644899c1cf196852018ff71ad5b620f0036cc04.tar.bz2
xen-d644899c1cf196852018ff71ad5b620f0036cc04.zip
Rename irq_cfg->domain to irq_cfg->cpu_mask
From: Sheng Yang <sheng.yang@intel.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/mach-generic')
-rw-r--r--xen/include/asm-x86/mach-generic/mach_apic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/mach-generic/mach_apic.h b/xen/include/asm-x86/mach-generic/mach_apic.h
index ecf96d47c2..845f25536b 100644
--- a/xen/include/asm-x86/mach-generic/mach_apic.h
+++ b/xen/include/asm-x86/mach-generic/mach_apic.h
@@ -16,7 +16,7 @@
#define init_apic_ldr (genapic->init_apic_ldr)
#define clustered_apic_check (genapic->clustered_apic_check)
#define cpu_mask_to_apicid (genapic->cpu_mask_to_apicid)
-#define vector_allocation_domain(cpu) (genapic->vector_allocation_domain(cpu))
+#define vector_allocation_cpumask(cpu) (genapic->vector_allocation_cpumask(cpu))
static inline void enable_apic_mode(void)
{