summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLen Brown2009-04-24 07:34:59 +0200
committerLen Brown2009-04-24 07:34:59 +0200
commit6e6c348fb23122c6faf89ef10f1b9f034dba0da5 (patch)
treea9896fb7efb66f2fd9f632b09805ea1e8dc3b086 /Documentation
parentMerge branch 'sony-laptop' into release (diff)
parentACPI: add /sys/firmware/acpi/interrupts/sci_not counter (diff)
downloadkernel-qcow2-linux-6e6c348fb23122c6faf89ef10f1b9f034dba0da5.tar.gz
kernel-qcow2-linux-6e6c348fb23122c6faf89ef10f1b9f034dba0da5.tar.xz
kernel-qcow2-linux-6e6c348fb23122c6faf89ef10f1b9f034dba0da5.zip
Merge branch 'irq' into release
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/ABI/testing/sysfs-firmware-acpi8
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.