aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mti-sead3/sead3-int.c
Commit message (Collapse)AuthorAgeFilesLines
* MIPS: Move 'gic_present' to common location.Steven J. Hill2013-05-091-1/+0
| | | | | | | | | 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>
* MIPS: Add core files for MIPS SEAD-3 development platform.Steven J. Hill2012-09-131-0/+158
More information about the SEAD-3 platform can be found at <http://www.mips.com/products/development-kits/mips-sead-3/> on MTI's site. Currently, the M14K family of cores is what the SEAD-3 is utilised with. Signed-off-by: Douglas Leung <douglas@mips.com> Signed-off-by: Chris Dearman <chris@mips.com> Signed-off-by: Steven J. Hill <sjhill@mips.com>