Date: Tue, 27 Sep 2005 21:01:59 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 84393 for review Message-ID: <200509272101.j8RL1xSH037347@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=84393 Change 84393 by jhb@jhb_twclab on 2005/09/27 21:01:13 Link. Affected files ... .. //depot/projects/smpng/sys/i386/i386/apic_vector.s#16 edit Differences ... ==== //depot/projects/smpng/sys/i386/i386/apic_vector.s#16 (text+ko) ==== @@ -400,7 +400,7 @@ #ifdef COUNT_IPIS movl PCPU(CPUID), %eax - movl ipi_lazyfix_counts(,%eax,4), %eax + movl ipi_lazypmap_counts(,%eax,4), %eax incl (%eax) #endif call pmap_lazyfix_action
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509272101.j8RL1xSH037347>