Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262287
b: refs/heads/master
c: aa16597
h: refs/heads/master
i:
  262285: af2fc14
  262283: 0885fd6
  262279: 9be41e6
  262271: 38b4dff
v: v3
  • Loading branch information
Shaohua Li authored and Len Brown committed Aug 2, 2011
1 parent 383f55f commit 58759b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f52e00c668669c9c290e84adf859c76db6d92a5a
refs/heads/master: aa165971c2923d05988f920c978e438dbc7b0de6
8 changes: 7 additions & 1 deletion trunk/drivers/acpi/osl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 58759b5

Please sign in to comment.