|
|
@ -2,7 +2,6 @@ use mips::registers::cp0;
|
|
|
|
use mips::instructions;
|
|
|
|
use mips::instructions;
|
|
|
|
use crate::consts::MAX_CPU_NUM;
|
|
|
|
use crate::consts::MAX_CPU_NUM;
|
|
|
|
use core::ptr::{read_volatile, write_volatile};
|
|
|
|
use core::ptr::{read_volatile, write_volatile};
|
|
|
|
use mips::registers::cp0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static mut STARTED: [bool; MAX_CPU_NUM] = [false; MAX_CPU_NUM];
|
|
|
|
static mut STARTED: [bool; MAX_CPU_NUM] = [false; MAX_CPU_NUM];
|
|
|
|
|
|
|
|
|
|
|
|