~ubuntu-branches/ubuntu/saucy/linux-ti-omap4/saucy-proposed

« back to all changes in this revision

Viewing changes to arch/ia64/kernel/irq.c

  • Committer: Package Import Robot
  • Author(s): Brad Figg, Brad Figg
  • Date: 2013-06-08 09:09:23 UTC
  • Revision ID: package-import@ubuntu.com-20130608090923-ibtnp6edtrn3sxik
Tags: 3.5.0-226.39
[ Brad Figg ]

UBUNTU: Fixup missing abi files causing FTBS

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <linux/interrupt.h>
24
24
#include <linux/kernel_stat.h>
25
25
 
 
26
#include <asm/mca.h>
 
27
 
26
28
/*
27
29
 * 'what should we do if we get a hw irq event on an illegal vector'.
28
30
 * each architecture has to answer this themselves.
83
85
 
84
86
#endif /* CONFIG_SMP */
85
87
 
 
88
int __init arch_early_irq_init(void)
 
89
{
 
90
        ia64_mca_irq_init();
 
91
        return 0;
 
92
}
 
93
 
86
94
#ifdef CONFIG_HOTPLUG_CPU
87
95
unsigned int vectors_in_migration[NR_IRQS];
88
96