From bf5bb05c64965a638538ac870fb931118c8b14e6 Mon Sep 17 00:00:00 2001 From: Ido Yariv Date: Fri, 15 Jun 2012 18:10:55 +0300 Subject: [PATCH] --- yaml --- r: 312436 b: refs/heads/master c: abf71f3066740f3b59c3f731b4b68ed335f7b24d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/vsmp_64.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 559e88db66d9..1f72583b287b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8461689c67fc2ad3040bc019cccb541bccb5648f +refs/heads/master: abf71f3066740f3b59c3f731b4b68ed335f7b24d diff --git a/trunk/arch/x86/kernel/vsmp_64.c b/trunk/arch/x86/kernel/vsmp_64.c index 3f0285ac00fa..fa5adb7c228c 100644 --- a/trunk/arch/x86/kernel/vsmp_64.c +++ b/trunk/arch/x86/kernel/vsmp_64.c @@ -208,9 +208,10 @@ static int apicid_phys_pkg_id(int initial_apic_id, int index_msb) * In vSMP, all cpus should be capable of handling interrupts, regardless of * the APIC used. */ -static void fill_vector_allocation_domain(int cpu, struct cpumask *retmask) +static bool fill_vector_allocation_domain(int cpu, struct cpumask *retmask) { cpumask_setall(retmask); + return false; } static void vsmp_apic_post_init(void)