Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312436
b: refs/heads/master
c: abf71f3
h: refs/heads/master
v: v3
  • Loading branch information
Ido Yariv authored and Ingo Molnar committed Jun 18, 2012
1 parent ea419ce commit bf5bb05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8461689c67fc2ad3040bc019cccb541bccb5648f
refs/heads/master: abf71f3066740f3b59c3f731b4b68ed335f7b24d
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/vsmp_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bf5bb05

Please sign in to comment.