diff options
| author | Alan Cox <alc@FreeBSD.org> | 2007-12-08 05:16:29 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2007-12-08 05:16:29 +0000 |
| commit | 5e5aac0b4839741be1413e803ea00e13a454a2ab (patch) | |
| tree | c4149026ed641b314693038a53a242225f8805b1 | |
| parent | 34ff01ab724563730dcd834493b76c9e098d46f0 (diff) | |
Notes
| -rw-r--r-- | sys/i386/i386/pmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c index abd8720e75f3..6a49ac7a9fa3 100644 --- a/sys/i386/i386/pmap.c +++ b/sys/i386/i386/pmap.c @@ -1443,7 +1443,7 @@ pmap_lazyfix_action(void) u_int mymask = PCPU_GET(cpumask); #ifdef COUNT_IPIS - *ipi_lazypmap_counts[PCPU_GET(cpuid)]++; + (*ipi_lazypmap_counts[PCPU_GET(cpuid)])++; #endif if (rcr3() == lazyptd) load_cr3(PCPU_GET(curpcb)->pcb_cr3); |
