]> git.baikalelectronics.ru Git - kernel.git/commit
[MIPS] Drop __init from init_8259A()
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Tue, 20 Feb 2007 11:08:45 +0000 (20:08 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 20 Feb 2007 17:11:55 +0000 (17:11 +0000)
commit0dfa3eb6590e412ec50091576d5625064d88f914
tree53406ef7f5565cb9a8b514a88bac9966b550547b
parent54c23398dc06b0e3964bc6adf1ad5953655f499f
[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