Fix variable name.

This commit is contained in:
mav 2009-06-23 22:08:25 +00:00
parent edb926b17d
commit 6438d166b7

View File

@ -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);