Fixing scheduler
This commit is contained in:
parent
184f1a60de
commit
3b08a6ce99
12 changed files with 101 additions and 72 deletions
|
|
@ -24,5 +24,6 @@ cpu_state *get_current_cpu_state();
|
|||
cpu_state *get_cpu_state(int);
|
||||
uint64_t get_cpu_count();
|
||||
void bsp_early_init();
|
||||
bool get_cpu_struct_initialized();
|
||||
cpu_state *get_bsp_cpu_state();
|
||||
bool get_cpu_state_initialized();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue