Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262365
b: refs/heads/master
c: a7e09d4
h: refs/heads/master
i:
  262363: 71624d3
v: v3
  • Loading branch information
Len Brown committed Aug 3, 2011
1 parent 44f9d10 commit fff69ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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: ba61ca4aab47441f1c6cec28a9a6aa0489fd1df3
refs/heads/master: a7e09d450b2e0b068e850d103b6ee1af537d1910
2 changes: 0 additions & 2 deletions trunk/drivers/acpi/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,10 +544,8 @@ static void acpi_bus_osc_support(void)
capbuf[OSC_SUPPORT_TYPE] |= OSC_SB_PPC_OST_SUPPORT;
#endif

#ifdef CONFIG_ACPI_APEI_GHES
if (!ghes_disable)
capbuf[OSC_SUPPORT_TYPE] |= OSC_SB_APEI_SUPPORT;
#endif
if (ACPI_FAILURE(acpi_get_handle(NULL, "\\_SB", &handle)))
return;
if (ACPI_SUCCESS(acpi_run_osc(handle, &context))) {
Expand Down
4 changes: 4 additions & 0 deletions trunk/include/acpi/apei.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@

extern int hest_disable;
extern int erst_disable;
#ifdef CONFIG_ACPI_APEI_GHES
extern int ghes_disable;
#else
#define ghes_disable 1
#endif

#ifdef CONFIG_ACPI_APEI
void __init acpi_hest_init(void);
Expand Down

0 comments on commit fff69ee

Please sign in to comment.