diff options
author | Chen, Gong <gong.chen@linux.intel.com> | 2014-06-11 14:02:20 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2014-06-25 11:22:03 -0700 |
commit | d963cd95bea93b7db9390a71d1e2cabbb3b2c3ea (patch) | |
tree | b6d25da65a161f6c38207a2f15515c3b795d3396 /drivers/ras/Makefile | |
parent | 3760cd20402d4c131e1994c968ecb055fa0f74bc (diff) |
RAS, debugfs: Add debugfs interface for RAS subsystem
Implement a new debugfs interface for RAS susbsystem.
A file named daemon_active is added there accordingly.
This file is used to track if user space daemon accesses
perf/trace interface or not. One can track which daemon
opens it via "lsof /path/to/debugfs/ras/daemon_active".
Signed-off-by: Chen, Gong <gong.chen@linux.intel.com>
Link: http://lkml.kernel.org/r/1402475691-30045-5-git-send-email-gong.chen@linux.intel.com
Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'drivers/ras/Makefile')
-rw-r--r-- | drivers/ras/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ras/Makefile b/drivers/ras/Makefile index 223e806fa5bf..d7f73341ced3 100644 --- a/drivers/ras/Makefile +++ b/drivers/ras/Makefile @@ -1 +1 @@ -obj-$(CONFIG_RAS) += ras.o +obj-$(CONFIG_RAS) += ras.o debugfs.o |