diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2005-12-26 09:27:24 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2005-12-26 09:27:24 +0000 |
commit | 0db0286c2f09317eea4fa1afbc6ca22cfe0dc75f (patch) | |
tree | d693dea04b7c4509ebba17f7244a5f0eaccf2e37 /sys/dev/hwpmc | |
parent | b1b4f02f9487dee83b1575efa833c8dadb2cc2a3 (diff) | |
download | FreeBSD-src-0db0286c2f09317eea4fa1afbc6ca22cfe0dc75f.zip FreeBSD-src-0db0286c2f09317eea4fa1afbc6ca22cfe0dc75f.tar.gz |
Wrap comment lines to be under 80 characters wide.
MFC after: 3 days
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 d0c1af8..f0701c8 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 |