Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253828
b: refs/heads/master
c: b5328cd
h: refs/heads/master
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed Jun 15, 2011
1 parent f5b56fb commit efd08c9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 900cba8881b39dfbc7c8062098504ab93f5387a8
refs/heads/master: b5328cd14557880e9eb757a8a9c8a88f1b23533a
2 changes: 1 addition & 1 deletion trunk/drivers/xen/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,9 @@ static void unmask_evtchn(int port)
static void xen_irq_init(unsigned irq)
{
struct irq_info *info;
#ifdef CONFIG_SMP
struct irq_desc *desc = irq_to_desc(irq);

#ifdef CONFIG_SMP
/* By default all event channels notify CPU#0. */
cpumask_copy(desc->irq_data.affinity, cpumask_of(0));
#endif
Expand Down

0 comments on commit efd08c9

Please sign in to comment.