summaryrefslogtreecommitdiffstats
path: root/sys/dev/random
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2013-08-26 19:07:03 +0000
committermarkm <markm@FreeBSD.org>2013-08-26 19:07:03 +0000
commit6eed6ab7e64307bf3e41ef63d154359d83a3ba04 (patch)
tree578ecd7c87d28f996992b46bbd27aaf1ea1998b0 /sys/dev/random
parent8a3bb03c25c6aad10dd8cae21a2f8c11ee926cd4 (diff)
downloadFreeBSD-src-6eed6ab7e64307bf3e41ef63d154359d83a3ba04.zip
FreeBSD-src-6eed6ab7e64307bf3e41ef63d154359d83a3ba04.tar.gz
Remove the short-lived namei experiment.
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/randomdev_soft.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/random/randomdev_soft.c b/sys/dev/random/randomdev_soft.c
index 9e5a5fd..067dc31 100644
--- a/sys/dev/random/randomdev_soft.c
+++ b/sys/dev/random/randomdev_soft.c
@@ -199,11 +199,6 @@ randomdev_init(void)
OID_AUTO, "swi", CTLTYPE_INT | CTLFLAG_RW,
&harvest.swi, 0, random_check_boolean, "I",
"Harvest SWI entropy");
- SYSCTL_ADD_PROC(&random_clist,
- SYSCTL_CHILDREN(random_sys_harvest_o),
- OID_AUTO, "namei", CTLTYPE_INT | CTLFLAG_RW,
- &harvest.namei, 0, random_check_boolean, "I",
- "Harvest namei cache entropy");
/* Initialise the harvest fifos */
STAILQ_INIT(&emptyfifo.head);
OpenPOWER on IntegriCloud