diff options
author | Richard Lowe <richlowe@richlowe.net> | 2011-03-11 23:32:13 -0500 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2011-03-11 23:32:13 -0500 |
commit | ff500535587afd3251e90e4481564113c5a70b34 (patch) | |
tree | 347218b51e8caab0110d16161f53c127dd135d74 /usr/src | |
parent | af10b639baae115471e7f1d9109bfe2eeb00d77e (diff) | |
download | illumos-gate-ff500535587afd3251e90e4481564113c5a70b34.tar.gz |
783 gcc-built system panics loading pcbe.GenuineIntel.6
Reviewed by: danmcd@nexenta.com
Reviewed by: gwr@nexenta.com
Reviewed by: olga.kryzhanovska@gmail.com
Approved by: garrett@nexenta.com
--HG--
extra : rebase_source : ed676b87d8ddaf11dc7326bbb1e26983f1f32464
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/intel/pcbe/p123_pcbe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/intel/pcbe/p123_pcbe.c b/usr/src/uts/intel/pcbe/p123_pcbe.c index 0ccaab6ba0..bd5cfb7386 100644 --- a/usr/src/uts/intel/pcbe/p123_pcbe.c +++ b/usr/src/uts/intel/pcbe/p123_pcbe.c @@ -444,7 +444,8 @@ static const ptm_generic_event_t _P6_generic_names[] = { { "PAPI_fp_ins", "flops", 0x0 }, { "PAPI_fp_ops", "flops", 0x0 }, { "PAPI_fml_ins", "mul", 0x0 }, - { "PAPI_fdv_ins", "div", 0x0 } + { "PAPI_fdv_ins", "div", 0x0 }, + CPC_GEN_END }; static const ptm_generic_event_t *P6_generic_names[2] = { |