diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-07-29 03:01:40 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-07-29 03:01:40 +0000 |
commit | 2c542cd0848aa387e30edf7ec06dead354feaa3a (patch) | |
tree | de2acd814e02899166e2fcc93c6379e04e8e0cf7 | |
parent | 1e51aefe2ade10d57459525e0f71de71ca5afaf6 (diff) |
Notes
-rw-r--r-- | sys/dev/hwpmc/hwpmc_ppro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hwpmc/hwpmc_ppro.c b/sys/dev/hwpmc/hwpmc_ppro.c index bfb0fc480366..993a2bf26560 100644 --- a/sys/dev/hwpmc/hwpmc_ppro.c +++ b/sys/dev/hwpmc/hwpmc_ppro.c @@ -294,9 +294,9 @@ p6_find_event(enum pmc_event ev) struct p6_cpu { struct pmc_cpu pc_common; - uint32_t pc_state; struct pmc_hw *pc_hwpmcs[P6_NPMCS]; struct pmc_hw pc_p6pmcs[P6_NPMCS]; + uint32_t pc_state; }; /* |