I have the latest Mint installation on an Intel Atom D2550 CPU, which is a dual core processor. When Hyper Threading is enabled in BIOS lscpu reports 4 cores (0-3), which I can also see crunching away in System Monitor.
However, when I turn Hyper Threading off in BIOS lscpu reports:
CPU(s): 2
On-line CPU(s) list: 0,2
So the number of real cores is 2 (which is correct) but their numbering is 0,2 instead of the expected 0,1. The System Monitor also shows 2 cores but one being (always) inactive, like this:
When I list the processes by processor I get half of the processes on P0 and the rest on P2.
How can I report the correct Core/Processor numbers?
