commit | 28ea215186d365408756577e9e612ee334e26f8e | [log] [tgz] |
---|---|---|
author | Steven J. Hill <Steven.Hill@imgtec.com> | Wed Apr 10 16:27:50 2013 -0500 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu May 09 17:55:20 2013 +0200 |
tree | 313d4f853f118cfab861d4f872093b355676f120 | |
parent | ff86714fda0310ad153a2ba4836067f195e1f0b9 [diff] |
MIPS: Move 'gic_frequency' to common location. Move the global variable 'gic_frequency' 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>