Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318819
b: refs/heads/master
c: c2f4191
h: refs/heads/master
i:
  318817: 7d8200d
  318815: d353d74
v: v3
  • Loading branch information
Toshi Kani authored and Len Brown committed Jun 4, 2012
1 parent b0df95a commit 962c350
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0c67dc242cf73b9c99a05bfd0122fc9ba1970d37
refs/heads/master: c2f4191a9c4dbbb5c8bc7f2c0eb5023b97dd2a49
4 changes: 4 additions & 0 deletions trunk/drivers/acpi/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,10 @@ static void acpi_bus_osc_support(void)
capbuf[OSC_SUPPORT_TYPE] |= OSC_SB_PPC_OST_SUPPORT;
#endif

#ifdef ACPI_HOTPLUG_OST
capbuf[OSC_SUPPORT_TYPE] |= OSC_SB_HOTPLUG_OST_SUPPORT;
#endif

if (!ghes_disable)
capbuf[OSC_SUPPORT_TYPE] |= OSC_SB_APEI_SUPPORT;
if (ACPI_FAILURE(acpi_get_handle(NULL, "\\_SB", &handle)))
Expand Down

0 comments on commit 962c350

Please sign in to comment.