summaryrefslogtreecommitdiff
path: root/sys/kern/subr_rman.c
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>2007-04-28 07:37:49 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>2007-04-28 07:37:49 +0000
commitebf750a9fd517f43d05a09df1236e8fcd8834def (patch)
treecb0f33081355405cc3be2966218c2580d0dbbc59 /sys/kern/subr_rman.c
parent2e7b6bff38555980d44d70ef2b0d193976cfd7c5 (diff)
Notes
Diffstat (limited to 'sys/kern/subr_rman.c')
-rw-r--r--sys/kern/subr_rman.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/subr_rman.c b/sys/kern/subr_rman.c
index becf47e9e453..cdac3ef3fd6a 100644
--- a/sys/kern/subr_rman.c
+++ b/sys/kern/subr_rman.c
@@ -155,10 +155,6 @@ rman_init(struct rman *rm)
return 0;
}
-/*
- * NB: this interface is not robust against programming errors which
- * add multiple copies of the same region.
- */
int
rman_manage_region(struct rman *rm, u_long start, u_long end)
{