[MIPS] Drop __init from init_8259A()
commit9da142112d35e3a0f770b10fac595c996d174a5a
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Tue, 20 Feb 2007 11:08:45 +0000 (20 20:08 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 20 Feb 2007 14:49:29 +0000 (20 14:49 +0000)
tree34d0849ff0d3ac193547f45db103f4e8816d8d19
parent591c845d16feaa192aa7678db54dc2b5c46a957c
[MIPS] Drop __init from init_8259A()

init_8259A() is called from i8259A_resume() so should not be marked as
__init.  And add some tests for whether 8259A was already initialized
or not.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/i8259.c