Fix variable name.

This commit is contained in:
Alexander Motin 2009-06-23 22:08:25 +00:00
parent e2451bddff
commit 9e9be26906

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