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

Simple merge