|
@@ -30,7 +30,9 @@
|
|
|
|
|
|
|
|
#include "internal.h"
|
|
#include "internal.h"
|
|
|
|
|
|
|
|
|
|
+#ifdef CONFIG_DMI
|
|
|
static const struct dmi_system_id acpi_rev_dmi_table[] __initconst;
|
|
static const struct dmi_system_id acpi_rev_dmi_table[] __initconst;
|
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
|
* POLICY: If *anything* doesn't work, put it on the blacklist.
|
|
* POLICY: If *anything* doesn't work, put it on the blacklist.
|
|
@@ -74,7 +76,9 @@ int __init acpi_blacklisted(void)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
(void)early_acpi_osi_init();
|
|
(void)early_acpi_osi_init();
|
|
|
|
|
+#ifdef CONFIG_DMI
|
|
|
dmi_check_system(acpi_rev_dmi_table);
|
|
dmi_check_system(acpi_rev_dmi_table);
|
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
return blacklisted;
|
|
return blacklisted;
|
|
|
}
|
|
}
|