Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199240
b: refs/heads/master
c: e402134
h: refs/heads/master
v: v3
  • Loading branch information
Huang Ying authored and Len Brown committed May 20, 2010
1 parent b95a5b5 commit 62b7579
Show file tree
Hide file tree
Showing 4 changed files with 496 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: 9dc966641677795f4d6b0a9ba630d6a3a3e24a57
refs/heads/master: e40213450b53157967a1f83eda50e9a941c13a08
8 changes: 8 additions & 0 deletions trunk/drivers/acpi/apei/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ config ACPI_APEI
to the operating system. This improves NMI handling
especially. In addition it supports error serialization and
error injection.

config ACPI_APEI_EINJ
tristate "APEI Error INJection (EINJ)"
depends on ACPI_APEI && DEBUG_FS
help
EINJ provides a hardware error injection mechanism, it is
mainly used for debugging and testing the other parts of
APEI and some other RAS features.
1 change: 1 addition & 0 deletions trunk/drivers/acpi/apei/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
obj-$(CONFIG_ACPI_APEI) += apei.o
obj-$(CONFIG_ACPI_APEI_EINJ) += einj.o

apei-y := apei-base.o hest.o
Loading

0 comments on commit 62b7579

Please sign in to comment.