aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-06-20 09:01:33 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-06-20 09:01:33 -0700
commitef46222e7b56e728e423527d430cb2013c595491 (patch)
treee0e540f992aae6dfd3bfa1f8de42461ac1656c1a /drivers/xen
parentc01ad4081939f91ebd7277e8e731fd90ceb3e632 (diff)
parentacd049c6e99d2ad1195666195230f6881d1c1588 (diff)
downloadkernel_samsung_smdk4412-ef46222e7b56e728e423527d430cb2013c595491.zip
kernel_samsung_smdk4412-ef46222e7b56e728e423527d430cb2013c595491.tar.gz
kernel_samsung_smdk4412-ef46222e7b56e728e423527d430cb2013c595491.tar.bz2
Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
* 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen: xen/setup: Fix for incorrect xen_extra_mem_start. xen: When calling power_off, don't call the halt function. xen: Fix compile warning when CONFIG_SMP is not defined. xen: support CONFIG_MAXSMP xen: partially revert "xen: set max_pfn_mapped to the last pfn mapped"
Diffstat (limited to 'drivers/xen')
-rw-r--r--drivers/xen/events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/events.c b/drivers/xen/events.c
index 553da68..30df85d 100644
--- a/drivers/xen/events.c
+++ b/drivers/xen/events.c
@@ -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