Expose McKernel version in /proc/mckernel

Change-Id: Ica0fbb0ff70a4ff2559e92738926279a3ae78a21
This commit is contained in:
Balazs Gerofi
2018-10-24 13:05:51 +09:00
committed by Dominique Martinet
parent 1253f4d18c
commit e12d5ed341
5 changed files with 30 additions and 0 deletions

View File

@ -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
};