svn commit: r194776 - head/sys/amd64/isa

Alexander Motin mav at FreeBSD.org
Tue Jun 23 22:08:27 UTC 2009


Author: mav
Date: Tue Jun 23 22:08:25 2009
New Revision: 194776
URL: http://svn.freebsd.org/changeset/base/194776

Log:
  Fix variable name.

Modified:
  head/sys/amd64/isa/clock.c

Modified: head/sys/amd64/isa/clock.c
==============================================================================
--- head/sys/amd64/isa/clock.c	Tue Jun 23 22:03:56 2009	(r194775)
+++ head/sys/amd64/isa/clock.c	Tue Jun 23 22:08:25 2009	(r194776)
@@ -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);


More information about the svn-src-all mailing list