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:
Victor Sun
2018-05-08 11:31:39 +08:00
committed by Jack Ren
parent 8a73718af3
commit 4817134297
2 changed files with 3 additions and 3 deletions

View File

@@ -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);