Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 7 changed files with 704 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: 15651291a2f8c11e7e6a42d8bfde7a213ff13262
refs/heads/master: a643ce207f3e70030bdb431e2a363cc111a60c1a
2 changes: 2 additions & 0 deletions trunk/drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,6 @@ config ACPI_SBS
To compile this driver as a module, choose M here:
the modules will be called sbs and sbshc.

source "drivers/acpi/apei/Kconfig"

endif # ACPI
2 changes: 2 additions & 0 deletions trunk/drivers/acpi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@ processor-y += processor_idle.o processor_thermal.o
processor-$(CONFIG_CPU_FREQ) += processor_perflib.o

obj-$(CONFIG_ACPI_PROCESSOR_AGGREGATOR) += acpi_pad.o

obj-$(CONFIG_ACPI_APEI) += apei/
8 changes: 8 additions & 0 deletions trunk/drivers/acpi/apei/Kconfig
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.
3 changes: 3 additions & 0 deletions trunk/drivers/acpi/apei/Makefile
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
Loading

0 comments on commit e29e4e4

Please sign in to comment.