Commit 9ae37a85 authored by Tony Luck's avatar Tony Luck

[IA64] two trivial build fixes for generic uniprocessor

Patches supplied by Dann Frazier.
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 4e86c9ce
......@@ -15,6 +15,7 @@
#include "xtalk/xwidgetdev.h"
#include "xtalk/hubdev.h"
#include <asm/sn/bte.h>
#include <asm/param.h>
/*
* Bte error handling is done in two parts. The first captures
......
......@@ -183,7 +183,9 @@ static void sn_set_affinity_irq(unsigned int irq, cpumask_t mask)
sn_irq_info = sn_irq_info->irq_next;
#ifdef CONFIG_SMP
set_irq_affinity_info((irq & 0xff), cpuphys, 0);
#endif
} else {
break; /* snp_affinity failed the intr_alloc */
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment