diff options
author | Len Brown <len.brown@intel.com> | 2009-04-24 01:34:59 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-04-24 01:34:59 -0400 |
commit | 6e6c348fb23122c6faf89ef10f1b9f034dba0da5 (patch) | |
tree | a9896fb7efb66f2fd9f632b09805ea1e8dc3b086 /Documentation | |
parent | 7f3745ad7aca48b946136e3173861821fa8b24c5 (diff) | |
parent | 88bea188b85f9cefefbbd56b8a48d0f798409177 (diff) | |
download | linux-6e6c348fb23122c6faf89ef10f1b9f034dba0da5.tar.gz linux-6e6c348fb23122c6faf89ef10f1b9f034dba0da5.tar.bz2 linux-6e6c348fb23122c6faf89ef10f1b9f034dba0da5.zip |
Merge branch 'irq' into release
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-firmware-acpi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/ABI/testing/sysfs-firmware-acpi b/Documentation/ABI/testing/sysfs-firmware-acpi index e8ffc70ffe12..4f9ba3c2fca7 100644 --- a/Documentation/ABI/testing/sysfs-firmware-acpi +++ b/Documentation/ABI/testing/sysfs-firmware-acpi @@ -69,9 +69,13 @@ Description: gpe1F: 0 invalid gpe_all: 1192 sci: 1194 + sci_not: 0 - sci - The total number of times the ACPI SCI - has claimed an interrupt. + sci - The number of times the ACPI SCI + has been called and claimed an interrupt. + + sci_not - The number of times the ACPI SCI + has been called and NOT claimed an interrupt. gpe_all - count of SCI caused by GPEs. |