Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118794
b: refs/heads/master
c: 14a63ba
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Len Brown committed Nov 7, 2008
1 parent 04124b2 commit cf48d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: afeb12b7478fee31888e7c34804bee2f658e7765
refs/heads/master: 14a63ba821ac2a0f5166789b31241c0b7eb147d9
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/tables/tbfadt.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ static void acpi_tb_convert_fadt(void)
* The ACPI 1.0 reserved fields that will be zeroed are the bytes located at
* offset 45, 55, 95, and the word located at offset 109, 110.
*/
if (acpi_gbl_FADT.header.revision < 3) {
if (acpi_gbl_FADT.header.revision < FADT2_REVISION_ID) {
acpi_gbl_FADT.preferred_profile = 0;
acpi_gbl_FADT.pstate_control = 0;
acpi_gbl_FADT.cst_control = 0;
Expand Down

0 comments on commit cf48d91

Please sign in to comment.