Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116458
b: refs/heads/master
c: 2b46b37
h: refs/heads/master
v: v3
  • Loading branch information
Alex Nixon authored and Ingo Molnar committed Oct 16, 2008
1 parent 7f68066 commit 7912c77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d6a4d0823b3b8e29156f5e698b5a68687afad32
refs/heads/master: 2b46b37de73296018da02c2a421ac2a9cbccfa9f
2 changes: 2 additions & 0 deletions trunk/drivers/xen/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ static void init_evtchn_cpu_bindings(void)
/* By default all event channels notify CPU#0. */
for (i = 0; i < nr_irqs; i++) {
struct irq_desc *desc = irq_to_desc(i);
if (!desc)
continue;
desc->affinity = cpumask_of_cpu(0);
}
#endif
Expand Down

0 comments on commit 7912c77

Please sign in to comment.