commit | c75f2aa13f5b268aba369b5dc566088b5194377c | [log] [tgz] |
---|---|---|
author | Tony Luck <tony.luck@intel.com> | Thu Oct 07 16:23:34 2010 -0700 |
committer | Tony Luck <tony.luck@intel.com> | Thu Oct 07 16:23:34 2010 -0700 |
tree | bf8fc2834f65aa22be1ab8e2c574bd598185c27c | |
parent | 4de0a7594823d04361281e34e59f2c1108899f3e [diff] |
[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>