s/cpus/cpu/
Am 24.06.2015 um 15:53 schrieb Andreas Färber:
> Am 24.06.2015 um 04:31 schrieb Peter Crosthwaite:
>> From: Bharata B Rao
>>
>> Currently CPUState.cpu_index is monotonically increasing and a newly
CPUState::cpu_index
>> created CPU always gets the next higher index. The next availab
Am 24.06.2015 um 04:31 schrieb Peter Crosthwaite:
> From: Bharata B Rao
>
> Currently CPUState.cpu_index is monotonically increasing and a newly
> created CPU always gets the next higher index. The next available
> index is calculated by counting the existing number of CPUs. This is
> fine as lon
From: Bharata B Rao
Currently CPUState.cpu_index is monotonically increasing and a newly
created CPU always gets the next higher index. The next available
index is calculated by counting the existing number of CPUs. This is
fine as long as we only add CPUs, but there are architectures which
are s