|
Description
|
This is due to a typo in the fix for 6657255 in platform_getpath()
"strcmp(scheme, FM_FMRI_SCHEME_CPU) != 0"
should be
"strcmp(scheme, FM_FMRI_SCHEME_CPU) == 0"
Fortunately sparc cpumem is not handled by eversholt and x86 cpumem uses hc scheme detectors in its ereports, so this is of no immediate impact.
|