On 09/25/2014 05:03 PM, Cyrill Gorcunov wrote:
> +message cpuinfo_entry {
> + /*
> + * Usually on SMP system there should be same CPUs
> + * installed, but it might happen that system carries
> + * various CPUs so @repeated used.
Does Linux work on ASMP systems?
> + */
> + repeated cpuinfo_x86_entry x86_entry = 1;
> +}
>