projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'topic/sscape-fix' into for-linus
[linux-2.6]
/
drivers
/
xen
/
events.c
diff --git
a/drivers/xen/events.c
b/drivers/xen/events.c
index
add640f
..
eb0dfde
100644
(file)
--- a/
drivers/xen/events.c
+++ b/
drivers/xen/events.c
@@
-142,9
+142,6
@@
static void init_evtchn_cpu_bindings(void)
/* By default all event channels notify CPU#0. */
for_each_irq_desc(i, desc) {
- if (!desc)
- continue;
-
desc->affinity = cpumask_of_cpu(0);
}
#endif