summaryrefslogtreecommitdiffstats
path: root/fs/proc/Makefile
diff options
context:
space:
mode:
authorJiri Slaby2010-11-04 16:20:24 +0100
committerGreg Kroah-Hartman2010-11-16 21:50:17 +0100
commit23308ba54dcdb54481163bfb07dd8aeca76a7a2e (patch)
tree3c96c14ee801188978dd2e2c3c84f9ed7535660e /fs/proc/Makefile
parentVIDEO: xen-fb, switch to for_each_console (diff)
downloadkernel-qcow2-linux-23308ba54dcdb54481163bfb07dd8aeca76a7a2e.tar.gz
kernel-qcow2-linux-23308ba54dcdb54481163bfb07dd8aeca76a7a2e.tar.xz
kernel-qcow2-linux-23308ba54dcdb54481163bfb07dd8aeca76a7a2e.zip
console: add /proc/consoles
It allows users to see what consoles are currently known to the system and with what flags. It is based on Werner's patch, the part about traversing fds was removed, the code was moved to kernel/printk.c, where consoles are handled and it makes more sense to me. Signed-off-by: Jiri Slaby <jslaby@suse.cz> [cleanups] Signed-off-by: "Dr. Werner Fink" <werner@suse.de> Cc: Al Viro <viro@ZenIV.linux.org.uk> Cc: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/proc/Makefile')
-rw-r--r--fs/proc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/Makefile b/fs/proc/Makefile
index 2758e2afc518..288a49e098bf 100644
--- a/fs/proc/Makefile
+++ b/fs/proc/Makefile
@@ -15,6 +15,7 @@ proc-y += devices.o
proc-y += interrupts.o
proc-y += loadavg.o
proc-y += meminfo.o
+proc-y += proc_console.o
proc-y += stat.o
proc-y += uptime.o
proc-y += version.o