Comment 1 for bug 1174365

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

Thanks for reporting this bug. Could you please show the result of

for d in `find /sys/devices/system/cpu -name topology`; do
 echo $d
 cat $d/physical_package_id
done