thanks, applied.
Note that the number of tabs were off and we generally print these IDs
in %d, so i committed:
seq_printf(m, "apicid\t\t: %d\n", c->apicid);
Ingo
--
Seems a little redundant with the boot log, but ok.
But it's unclear to the user which apic ID is meant by that. There are
two different ones. The one in the LAPIC mapping and the one reported by
CPUID. They are not necessarily the same. I think you should clarify that
by renaming the field or perhaps report both.
-Andi
--
report the apicid and initial apicid at the same time?
but in current code, we didn't use the initial apicid...., actually
initial apic id is more better to get the responding to node/core.
will look at it.
YH
--