diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-12-26 09:27:24 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-12-26 09:27:24 +0000 |
commit | 06490ba975854dddfe9d518101978e7816d4d443 (patch) | |
tree | d693dea04b7c4509ebba17f7244a5f0eaccf2e37 /sys/dev/hwpmc | |
parent | 1bfa910843aa1dfc4a5aa218e347ddb7f7cddb5b (diff) |
Notes
Diffstat (limited to 'sys/dev/hwpmc')
-rw-r--r-- | sys/dev/hwpmc/hwpmc_piv.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/hwpmc/hwpmc_piv.c b/sys/dev/hwpmc/hwpmc_piv.c index d0c1af84504a4..f0701c8e7c357 100644 --- a/sys/dev/hwpmc/hwpmc_piv.c +++ b/sys/dev/hwpmc/hwpmc_piv.c @@ -1544,8 +1544,9 @@ p4_stop_pmc(int cpu, int ri) /* * Handle an interrupt. * - * The hardware sets the CCCR_OVF whenever a counter overflow occurs, so the handler - * examines all the 18 CCCR registers, processing the counters that have overflowed. + * The hardware sets the CCCR_OVF whenever a counter overflow occurs, + * so the handler examines all the 18 CCCR registers, processing the + * counters that have overflowed. * * On HTT machines, the CCCR register is shared and will interrupt * both logical processors if so configured. Thus multiple logical |