-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 199238 b: refs/heads/master c: a643ce2 h: refs/heads/master v: v3
- Loading branch information
Huang Ying
authored and
Len Brown
committed
May 20, 2010
1 parent
a701c1a
commit e29e4e4
Showing
7 changed files
with
704 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 15651291a2f8c11e7e6a42d8bfde7a213ff13262 | ||
refs/heads/master: a643ce207f3e70030bdb431e2a363cc111a60c1a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
config ACPI_APEI | ||
bool "ACPI Platform Error Interface (APEI)" | ||
depends on X86 | ||
help | ||
APEI allows to report errors (for example from the chipset) | ||
to the operating system. This improves NMI handling | ||
especially. In addition it supports error serialization and | ||
error injection. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
obj-$(CONFIG_ACPI_APEI) += apei.o | ||
|
||
apei-y := apei-base.o |
Oops, something went wrong.