m68knommu: move some init code out of unmask routine for ColdFire intc-2
authorGreg Ungerer <gerg@uclinux.org>
Mon, 7 Mar 2011 07:42:28 +0000 (17:42 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Mar 2011 11:01:55 +0000 (21:01 +1000)
Use a proper irq_startup() routine to intialize the interrupt priority
and level register in the ColdFire intc-2 controller code. We shouldn't
be checking if the priority/level has been set on every unmask operation.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>

No differences found