|
|
| File: [Development] / linux-2.6-xfs / include / asm-mips / mips-boards / Attic / maltasmp.h (download)
Revision 1.1, Mon Aug 4 17:03:13 2008 UTC (9 years, 2 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.26 Merge of 2.6.x-xfs-melb:linux:31804b by kenmcd. |
/* * There are several SMP models supported * SMTC is mutually exclusive to other options (atm) */ #if defined(CONFIG_MIPS_MT_SMTC) #define malta_smtc 1 #define malta_cmp 0 #define malta_smvp 0 #else #define malta_smtc 0 #if defined(CONFIG_MIPS_CMP) extern int gcmp_present; #define malta_cmp gcmp_present #else #define malta_cmp 0 #endif /* FIXME: should become COMFIG_MIPS_MT_SMVP */ #if defined(CONFIG_MIPS_MT_SMP) #define malta_smvp 1 #else #define malta_smvp 0 #endif #endif #include <asm/mipsregs.h> #include <asm/mipsmtregs.h> /* malta_smtc */ #include <asm/smtc.h> #include <asm/smtc_ipi.h> /* malta_cmp */ #include <asm/cmp.h> /* malta_smvp */ #include <asm/smvp.h>