Fix variable name.
This commit is contained in:
parent
e2451bddff
commit
9e9be26906
@ -170,7 +170,7 @@ clkintr(struct trapframe *frame)
|
||||
hardclockintr(frame);
|
||||
} else {
|
||||
if (--pscnt == 0) {
|
||||
pscnt = psrate;
|
||||
pscnt = psratio;
|
||||
#ifdef SMP
|
||||
if (smp_started)
|
||||
ipi_all_but_self(IPI_STATCLOCK);
|
||||
|
Loading…
Reference in New Issue
Block a user