aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2014-01-25 22:50:42 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2014-01-25 22:50:42 +0000
commite35effceaf8eb9c7faa124ba5d72a0d34d394a23 (patch)
treec874228710a83883fc4a9ebefd7b95535d0655d5 /sys
parent1fb293548d848cfbba857c2c6da99657678b505d (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/hwpmc/hwpmc_powerpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/hwpmc/hwpmc_powerpc.c b/sys/dev/hwpmc/hwpmc_powerpc.c
index ed1f023e94e87..8da54c299ad7d 100644
--- a/sys/dev/hwpmc/hwpmc_powerpc.c
+++ b/sys/dev/hwpmc/hwpmc_powerpc.c
@@ -147,6 +147,7 @@ pmc_md_initialize()
case MPC7455:
case MPC7457:
error = pmc_mpc7xxx_initialize(pmc_mdep);
+ break;
case IBM970:
case IBM970FX:
case IBM970MP: