|
@@ -327,8 +327,8 @@ LEAF(mips_cps_get_bootcfg)
|
|
* to handle contiguous VP numbering, but no such systems yet
|
|
* to handle contiguous VP numbering, but no such systems yet
|
|
* exist.
|
|
* exist.
|
|
*/
|
|
*/
|
|
- mfc0 t9, $3, 1
|
|
|
|
- andi t9, t9, 0xff
|
|
|
|
|
|
+ mfc0 t9, CP0_GLOBALNUMBER
|
|
|
|
+ andi t9, t9, MIPS_GLOBALNUMBER_VP
|
|
#elif defined(CONFIG_MIPS_MT_SMP)
|
|
#elif defined(CONFIG_MIPS_MT_SMP)
|
|
has_mt ta2, 1f
|
|
has_mt ta2, 1f
|
|
|
|
|