optinal finished
This commit is contained in:
@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user