Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141838
b: refs/heads/master
c: 5e053e7
h: refs/heads/master
v: v3
  • Loading branch information
Lin Ming authored and Len Brown committed Mar 26, 2009
1 parent 8de8b63 commit 618ab2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 531c633d2be8e79087335a46d3c017ca5837e588
refs/heads/master: 5e053e77f233342b56fda419d347fd2c958b9849
16 changes: 9 additions & 7 deletions trunk/drivers/acpi/acpica/tbfadt.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,12 +618,14 @@ static void acpi_tb_setup_fadt_registers(void)
ACPI_ADD_PTR(struct acpi_generic_address, &acpi_gbl_FADT,
fadt_pm_info_table[i].source);

acpi_tb_init_generic_address(fadt_pm_info_table[i].target,
source64->space_id,
pm1_register_byte_width,
source64->address +
(fadt_pm_info_table[i].
register_num *
pm1_register_byte_width));
if (source64->address) {
acpi_tb_init_generic_address(fadt_pm_info_table[i].
target, source64->space_id,
pm1_register_byte_width,
source64->address +
(fadt_pm_info_table[i].
register_num *
pm1_register_byte_width));
}
}
}

0 comments on commit 618ab2b

Please sign in to comment.