diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2014-01-25 22:50:42 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2014-01-25 22:50:42 +0000 |
| commit | e35effceaf8eb9c7faa124ba5d72a0d34d394a23 (patch) | |
| tree | c874228710a83883fc4a9ebefd7b95535d0655d5 /sys/dev/hwpmc/hwpmc_powerpc.c | |
| parent | 1fb293548d848cfbba857c2c6da99657678b505d (diff) | |
Notes
Diffstat (limited to 'sys/dev/hwpmc/hwpmc_powerpc.c')
| -rw-r--r-- | sys/dev/hwpmc/hwpmc_powerpc.c | 1 |
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: |
