]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ACPICA: Clear reserved fields for incoming ACPI 1.0 FADTs
authorBob Moore <robert.moore@intel.com>
Wed, 2 May 2007 19:51:37 +0000 (15:51 -0400)
committerLen Brown <len.brown@intel.com>
Tue, 3 Jul 2007 05:56:40 +0000 (01:56 -0400)
commit55f8f3cc4f7c47c7896e2ad08e29eccc292c0c68
tree6d45c759f5458d5cdd108989912910690c2c75b1
parente0b91050f208ab370fac9269f8e42bc746889422
ACPICA: Clear reserved fields for incoming ACPI 1.0 FADTs

Fixed a problem with the internal FADT conversion where ACPI 1.0
FADTs that contained invalid non-zero values in reserved fields
could cause later failures because these fields have meaning in
later revisions of the FADT. For incoming ACPI 1.0 FADTs, these
fields are now always zeroed. (Preferred_PM_Profile, PSTATE_CNT,
CST_CNT, IAPC_BOOT_FLAGS.)

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/tables/tbfadt.c