Expose McKernel version in /proc/mckernel
Change-Id: Ica0fbb0ff70a4ff2559e92738926279a3ae78a21
This commit is contained in:
committed by
Dominique Martinet
parent
1253f4d18c
commit
e12d5ed341
@ -1138,5 +1138,6 @@ static const struct procfs_entry base_entry_stuff[] = {
|
||||
// PROC_REG("vmallocinfo",S_IRUSR, NULL),
|
||||
// PROC_REG("vmstat", S_IRUGO, NULL),
|
||||
// PROC_REG("zoneinfo", S_IRUGO, NULL),
|
||||
PROC_REG("mckernel", S_IRUGO, &mckernel_buff_io),
|
||||
PROC_TERM
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user