2 * There are several SMP models supported
3 * SMTC is mutually exclusive to other options (atm)
5 #if defined(CONFIG_MIPS_MT_SMTC)
11 #if defined(CONFIG_MIPS_CMP)
12 extern int gcmp_present
;
13 #define malta_cmp gcmp_present
17 /* FIXME: should become COMFIG_MIPS_MT_SMVP */
18 #if defined(CONFIG_MIPS_MT_SMP)
25 #include <asm/mipsregs.h>
26 #include <asm/mipsmtregs.h>
30 #include <asm/smtc_ipi.h>