]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commite9d247e3139ac605b0133da6a9be5f0c068fcd03
treebf8fc2834f65aa22be1ab8e2c574bd598185c27c
parent4b36b8da61414992b32d9f9c29f5e1a34472b5c8
[IA64] Cannot use register_percpu_irq() from ia64_mca_init()

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>
arch/ia64/kernel/mca.c