Re: [PATCH 3/8] Fix initialization of the hwrpb.hwrpb.cpuid field.

2021-06-05 Thread Richard Henderson
On 6/2/21 8:53 PM, Jason Thorpe wrote: Initialize the hwrpb.hwrpb.cpuid field with the primary CPU ID, not the processor type, as per the architecture specification. Some operating systems check and assert this. Improve a couple of comments. Signed-off-by: Jason Thorpe --- init.c | 29 ++

[PATCH 3/8] Fix initialization of the hwrpb.hwrpb.cpuid field.

2021-06-02 Thread Jason Thorpe
Initialize the hwrpb.hwrpb.cpuid field with the primary CPU ID, not the processor type, as per the architecture specification. Some operating systems check and assert this. Improve a couple of comments. Signed-off-by: Jason Thorpe --- init.c | 29 ++--- 1 file changed,