summaryrefslogtreecommitdiffstats
path: root/fs/proc/Makefile
diff options
context:
space:
mode:
authorAlexey Dobriyan2017-11-18 00:26:49 +0100
committerLinus Torvalds2017-11-18 01:10:00 +0100
commit3ee2a19908f27b8fea8ff14ffa8b755585eb7b4a (patch)
tree4dc375234b65b25e1f8088691faad72f80a2cb5b /fs/proc/Makefile
parentproc, coredump: add CoreDumping flag to /proc/pid/status (diff)
downloadkernel-qcow2-linux-3ee2a19908f27b8fea8ff14ffa8b755585eb7b4a.tar.gz
kernel-qcow2-linux-3ee2a19908f27b8fea8ff14ffa8b755585eb7b4a.tar.xz
kernel-qcow2-linux-3ee2a19908f27b8fea8ff14ffa8b755585eb7b4a.zip
proc: : uninline name_to_int()
Save ~360 bytes. add/remove: 1/0 grow/shrink: 0/4 up/down: 104/-463 (-359) function old new delta name_to_int - 104 +104 proc_pid_lookup 217 126 -91 proc_lookupfd_common 212 121 -91 proc_task_lookup 289 194 -95 __proc_create 588 402 -186 Link: http://lkml.kernel.org/r/20170912194850.GA17730@avx2 Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 f7456c4e7d0f..ead487e80510 100644
--- a/fs/proc/Makefile
+++ b/fs/proc/Makefile
@@ -21,6 +21,7 @@ proc-y += loadavg.o
proc-y += meminfo.o
proc-y += stat.o
proc-y += uptime.o
+proc-y += util.o
proc-y += version.o
proc-y += softirqs.o
proc-y += namespaces.o