On 10/20/2017 05:03 AM, Thomas Gleixner wrote:
> On Thu, 19 Oct 2017, Prarit Bhargava wrote:
>> static void remove_siblinginfo(int cpu)
>> {
>> -int sibling;
>> +int phys_pkg_id, sibling;
>> struct cpuinfo_x86 *c = &cpu_data(cpu);
>>
>> for_each_cpu(sibling, topology_core_cp
On Thu, 19 Oct 2017, Prarit Bhargava wrote:
> static void remove_siblinginfo(int cpu)
> {
> - int sibling;
> + int phys_pkg_id, sibling;
> struct cpuinfo_x86 *c = &cpu_data(cpu);
>
> for_each_cpu(sibling, topology_core_cpumask(cpu)) {
> @@ -1529,6 +1526,12 @@ static void rem
From: Andi Kleen
I was looking at large early boot allocations and noticed that
since (1f12e32f x86/topology: Create logical package id)
every 64bit system allocates a 128k array to convert logical
package ids.
This happens because the array is sized for
MAX_LOCAL_APIC and that is always 32k on
3 matches
Mail list logo