[IA64] Cannot use register_percpu_irq() from ia64_mca_init()
authorTony Luck <tony.luck@intel.com>
Thu, 7 Oct 2010 23:23:34 +0000 (16:23 -0700)
committerTony Luck <tony.luck@intel.com>
Thu, 7 Oct 2010 23:23:34 +0000 (16:23 -0700)
This is called before early_irq_init() which will clobber any
registrations made too early.  Move the calls to ia64_mca_late_init().

Signed-off-by: Tony Luck <tomy.luck@intel.com>

No differences found