aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2016-07-29 16:43:51 +0000
committerAlan Cox <alc@FreeBSD.org>2016-07-29 16:43:51 +0000
commit793172ea8846d38e8425883ab942328ddef363e0 (patch)
tree4e42199791d006de6c61da65280bd1f659afe6e9 /sys
parent23006680c7e0a8926c63456726d8c678c26b26a7 (diff)
downloadsrc-793172ea8846d38e8425883ab942328ddef363e0.tar.gz
src-793172ea8846d38e8425883ab942328ddef363e0.zip
Remove a probe declaration that has been unused since r292469, when
vm_pageout_grow_cache() was replaced. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=303492
Diffstat (limited to 'sys')
-rw-r--r--sys/vm/vm_pageout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c
index 5d6af642db62..dc64a58a036c 100644
--- a/sys/vm/vm_pageout.c
+++ b/sys/vm/vm_pageout.c
@@ -139,7 +139,6 @@ SYSINIT(pagedaemon, SI_SUB_KTHREAD_PAGE, SI_ORDER_SECOND, kproc_start,
&page_kp);
SDT_PROVIDER_DEFINE(vm);
-SDT_PROBE_DEFINE(vm, , , vm__lowmem_cache);
SDT_PROBE_DEFINE(vm, , , vm__lowmem_scan);
#if !defined(NO_SWAPPING)