summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-06-16 07:36:18 +0000
committeryar <yar@FreeBSD.org>2006-06-16 07:36:18 +0000
commitd4c85447def4d42c0240a79c656689e1b0d81014 (patch)
treeb1c0b2fe107efd0fbaaf1893fff6a93def176078
parentbff7d924ba3362bac2a367258002a4ceeb322abb (diff)
downloadFreeBSD-src-d4c85447def4d42c0240a79c656689e1b0d81014.zip
FreeBSD-src-d4c85447def4d42c0240a79c656689e1b0d81014.tar.gz
Kill an XXX remark that has been untrue since rev. 1.150 of this file.
-rw-r--r--sys/kern/kern_sysctl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/kern_sysctl.c b/sys/kern/kern_sysctl.c
index aaa3dc3..84a5209 100644
--- a/sys/kern/kern_sysctl.c
+++ b/sys/kern/kern_sysctl.c
@@ -1135,10 +1135,6 @@ sysctl_new_user(struct sysctl_req *req, void *p, size_t l)
/*
* Wire the user space destination buffer. If set to a value greater than
* zero, the len parameter limits the maximum amount of wired memory.
- *
- * XXX - The len parameter is currently ignored due to the lack of
- * a place to save it in the sysctl_req structure so that the matching
- * amount of memory can be unwired in the sysctl exit code.
*/
int
sysctl_wire_old_buffer(struct sysctl_req *req, size_t len)
OpenPOWER on IntegriCloud