mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:08:12 +00:00
ProcFS: Fix wrong linkage for /proc/cpuinfo inode.
This commit is contained in:
parent
bc6ff35428
commit
ac11c90dee
1 changed files with 1 additions and 1 deletions
|
@ -1004,7 +1004,7 @@ ProcFS::ProcFS()
|
|||
m_entries[FI_Root_kmalloc] = { "kmalloc", FI_Root_kmalloc, procfs$kmalloc };
|
||||
m_entries[FI_Root_all] = { "all", FI_Root_all, procfs$all };
|
||||
m_entries[FI_Root_summary] = { "summary", FI_Root_summary, procfs$summary };
|
||||
m_entries[FI_Root_cpuinfo] = { "cpuinfo", FI_Root_summary, procfs$cpuinfo};
|
||||
m_entries[FI_Root_cpuinfo] = { "cpuinfo", FI_Root_cpuinfo, procfs$cpuinfo};
|
||||
m_entries[FI_Root_inodes] = { "inodes", FI_Root_inodes, procfs$inodes };
|
||||
m_entries[FI_Root_dmesg] = { "dmesg", FI_Root_dmesg, procfs$dmesg };
|
||||
m_entries[FI_Root_self] = { "self", FI_Root_self, procfs$self };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue