Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...
[linux-2.6-block.git] / drivers / acpi / acpica / tbfadt.c
index 44267a92bce5e2f586ae7e0aeb73a360a9090a1b..3c126c6d306b06446af06e5cb9f0c837a11896e7 100644 (file)
@@ -315,23 +315,19 @@ void acpi_tb_parse_fadt(void)
                                       ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL,
                                       NULL, FALSE, TRUE, &acpi_gbl_dsdt_index);
 
-       /* If Hardware Reduced flag is set, there is no FACS */
-
-       if (!acpi_gbl_reduced_hardware) {
-               if (acpi_gbl_FADT.facs) {
-                       acpi_tb_install_standard_table((acpi_physical_address)
-                                                      acpi_gbl_FADT.facs,
-                                                      ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL,
-                                                      NULL, FALSE, TRUE,
-                                                      &acpi_gbl_facs_index);
-               }
-               if (acpi_gbl_FADT.Xfacs) {
-                       acpi_tb_install_standard_table((acpi_physical_address)
-                                                      acpi_gbl_FADT.Xfacs,
-                                                      ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL,
-                                                      NULL, FALSE, TRUE,
-                                                      &acpi_gbl_xfacs_index);
-               }
+       if (acpi_gbl_FADT.facs) {
+               acpi_tb_install_standard_table((acpi_physical_address)
+                                              acpi_gbl_FADT.facs,
+                                              ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL,
+                                              NULL, FALSE, TRUE,
+                                              &acpi_gbl_facs_index);
+       }
+       if (acpi_gbl_FADT.Xfacs) {
+               acpi_tb_install_standard_table((acpi_physical_address)
+                                              acpi_gbl_FADT.Xfacs,
+                                              ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL,
+                                              NULL, FALSE, TRUE,
+                                              &acpi_gbl_xfacs_index);
        }
 }