mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 17:21:22 +00:00
DM: rename acrn_register to acpi_generic_address
The name of acrn_register is too generic, rename to acpi_generic_address which is more common. Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
@@ -172,7 +172,7 @@ void dsdt_write_cst(struct vmctx *ctx, int vcpu_id)
|
||||
int i;
|
||||
uint8_t vcpu_cx_cnt;
|
||||
char *cx_asi;
|
||||
struct acrn_register cx_reg;
|
||||
struct acpi_generic_address cx_reg;
|
||||
struct cpu_cx_data *vcpu_cx_data;
|
||||
|
||||
vcpu_cx_cnt = get_vcpu_cx_cnt(ctx, vcpu_id);
|
||||
|
||||
Reference in New Issue
Block a user