hwpmc(4) driver / compiler warnings
jhell
jhell at DataIX.net
Mon Aug 30 03:37:17 UTC 2010
I have received the following warnings about enumerated values for enum
pmc_event on stable/8 i386. I am not sure how long this has been going
on because I do not really use the PMC, therefore its not built into the
kernel.
This is just a heads up because though this warning has no effect on my
machines it may in other area's.
WARNING: hwpmc_amd.c: enum pmc_event has too many values: 1121 > 1023
WARNING: hwpmc_core.c: enum pmc_event has too many values: 1121 > 1023
WARNING: hwpmc_intel.c: enum pmc_event has too many values: 1121 > 1023
WARNING: hwpmc_logging.c: enum pmc_event has too many values: 1121 > 1023
WARNING: hwpmc_mod.c: enum pmc_event has too many values: 1121 > 1023
WARNING: hwpmc_pentium.c: enum pmc_event has too many values: 1121 > 1023
WARNING: hwpmc_piv.c: enum pmc_event has too many values: 1121 > 1023
WARNING: hwpmc_ppro.c: enum pmc_event has too many values: 1121 > 1023
WARNING: hwpmc_tsc.c: enum pmc_event has too many values: 1121 > 1023
WARNING: hwpmc_uncore.c: enum pmc_event has too many values: 1121 > 1023
WARNING: hwpmc_x86.c: enum pmc_event has too many values: 1121 > 1023
Regards,
--
jhell,v
More information about the freebsd-stable
mailing list