|
@@ -1083,7 +1083,13 @@ struct osi_setup_entry {
|
|
|
bool enable;
|
|
|
};
|
|
|
|
|
|
-static struct osi_setup_entry __initdata osi_setup_entries[OSI_STRING_ENTRIES_MAX];
|
|
|
+static struct osi_setup_entry __initdata
|
|
|
+ osi_setup_entries[OSI_STRING_ENTRIES_MAX] = {
|
|
|
+ {"Module Device", true},
|
|
|
+ {"Processor Device", true},
|
|
|
+ {"3.0 _SCP Extensions", true},
|
|
|
+ {"Processor Aggregator Device", true},
|
|
|
+};
|
|
|
|
|
|
void __init acpi_osi_setup(char *str)
|
|
|
{
|