]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Move 'gic_present' to common location.
authorSteven J. Hill <Steven.Hill@imgtec.com>
Wed, 10 Apr 2013 21:27:04 +0000 (16:27 -0500)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 9 May 2013 15:55:20 +0000 (17:55 +0200)
commit17fe86747e93f61c6367ef84b2b604a15de510e7
tree62b59fd6a48dca9b07d29cfa42d5a0afd080d030
parentab337171aa227bc15f09560169bcd57737520611
MIPS: Move 'gic_present' to common location.

Move the global variable 'gic_present' to be defined in the file
'arch/mips/kernel/irq-gic.c' instead of defining it individually
for each platform making use of the GIC. Also change the type to
be an unsigned integer instead of signed.

Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>
arch/mips/include/asm/gic.h
arch/mips/kernel/irq-gic.c
arch/mips/kernel/smp-mt.c
arch/mips/mti-malta/malta-int.c
arch/mips/mti-sead3/sead3-int.c