optinal load_avg to fix
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
#include "defs.h"
|
||||
#define ALPHA 0.9
|
||||
|
||||
extern uint64 load_avg;
|
||||
|
||||
// Saved registers for kernel context switches.
|
||||
struct context {
|
||||
uint64 ra;
|
||||
|
||||
Reference in New Issue
Block a user