[PATCH 13/13] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

Huang, Kai kai.huang at intel.com
Fri Oct 20 02:49:59 PDT 2023


On Thu, 2023-10-05 at 16:14 +0300, Kirill A. Shutemov wrote:
>  struct acpi_madt_multiproc_wakeup {
>  	struct acpi_subtable_header header;
> -	u16 mailbox_version;
> +	u16 version;
>  	u32 reserved;		/* reserved - must be zero */
> -	u64 base_address;
> +	u64 mailbox_address;
> +	u64 reset_vector;
>  };

I don't quite understand the connection between the renaming and what this patch
wants to achieve?  What's the reason to rename?  If needed, perhaps put into a
separate patch with proper justification?



More information about the kexec mailing list