Re: [PATCH RESEND 01/18] machine: Fix comment of machine_parse_smp_config()

2023-02-14 Thread Zhao Liu
On Mon, Feb 13, 2023 at 09:31:53PM +0800, wangyanan (Y) wrote: > Date: Mon, 13 Feb 2023 21:31:53 +0800 > From: "wangyanan (Y)" > Subject: Re: [PATCH RESEND 01/18] machine: Fix comment of > machine_parse_smp_config() > > > 在 2023/2/13 17:36, Zhao Liu 写道: >

Re: [PATCH RESEND 01/18] machine: Fix comment of machine_parse_smp_config()

2023-02-13 Thread wangyanan (Y)
在 2023/2/13 17:36, Zhao Liu 写道: From: Zhao Liu Now smp supports dies and clusters, so add description about these 2 levels in the comment of machine_parse_smp_config(). Fixes: 864c3b5 (hw/core/machine: Introduce CPU cluster topology support) Suggested-by: Robert Hoo Signed-off-by: Zhao Liu

[PATCH RESEND 01/18] machine: Fix comment of machine_parse_smp_config()

2023-02-13 Thread Zhao Liu
From: Zhao Liu Now smp supports dies and clusters, so add description about these 2 levels in the comment of machine_parse_smp_config(). Fixes: 864c3b5 (hw/core/machine: Introduce CPU cluster topology support) Suggested-by: Robert Hoo Signed-off-by: Zhao Liu --- hw/core/machine-smp.c | 7