optinal finished

This commit is contained in:
2025-03-26 20:17:38 +08:00
parent 2001e8e478
commit 0e751d690f
5 changed files with 8 additions and 25 deletions

View File

@ -108,8 +108,7 @@ int either_copyout(int user_dst, uint64 dst, void *src, uint64 len);
int either_copyin(void *dst, int user_src, uint64 src, uint64 len);
void procdump(void);
int proc_size(void);
int get_current_load(void);
void update_load_avg(void);
int update_load(void);
// swtch.S
void swtch(struct context *, struct context *);