diff options
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] = { |
