Work on scheduler
This commit is contained in:
parent
e72c8fe6fd
commit
184f1a60de
9 changed files with 67 additions and 41 deletions
|
|
@ -20,7 +20,8 @@ typedef struct cpu_state {
|
|||
}cpu_state;
|
||||
|
||||
void smp_init();
|
||||
cpu_state *get_cpu_struct();
|
||||
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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue