Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331712
b: refs/heads/master
c: ca4a031
h: refs/heads/master
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Sep 21, 2012
1 parent 414a2da commit 94ea256
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 59e6423ba8aaa42289457a15ffc7d111a955a2fa
refs/heads/master: ca4a03143f6c911189f708a3a3c7eae3dfb8678c
4 changes: 3 additions & 1 deletion trunk/include/acpi/actbl1.h
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,9 @@ enum acpi_hest_notify_types {
ACPI_HEST_NOTIFY_LOCAL = 2,
ACPI_HEST_NOTIFY_SCI = 3,
ACPI_HEST_NOTIFY_NMI = 4,
ACPI_HEST_NOTIFY_RESERVED = 5 /* 5 and greater are reserved */
ACPI_HEST_NOTIFY_CMCI = 5, /* ACPI 5.0 */
ACPI_HEST_NOTIFY_MCE = 6, /* ACPI 5.0 */
ACPI_HEST_NOTIFY_RESERVED = 7 /* 7 and greater are reserved */
};

/* Values for config_write_enable bitfield above */
Expand Down

0 comments on commit 94ea256

Please sign in to comment.