summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2005-05-27 00:45:39 +0000
committercognet <cognet@FreeBSD.org>2005-05-27 00:45:39 +0000
commit595ee93a5121a36fea1581912d76c78abc7cef51 (patch)
tree498177c601e39b7b52a80f3c400ad3baef1dd8a3
parent5594ff1b131b0d60a7b913f489fae682ee374ea2 (diff)
downloadFreeBSD-src-595ee93a5121a36fea1581912d76c78abc7cef51.zip
FreeBSD-src-595ee93a5121a36fea1581912d76c78abc7cef51.tar.gz
Remove pmap_deactivate(), we do not use it.
-rw-r--r--sys/arm/arm/pmap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/arm/arm/pmap.c b/sys/arm/arm/pmap.c
index a6eee88..c3daff9 100644
--- a/sys/arm/arm/pmap.c
+++ b/sys/arm/arm/pmap.c
@@ -421,12 +421,6 @@ static struct vm_object l2zone_obj;
static int pv_entry_count=0, pv_entry_max=0, pv_entry_high_water=0;
int pmap_pagedaemon_waken = 0;
-void pmap_deactivate(struct thread *);
-
-void
-pmap_deactivate(struct thread *td)
-{
-}
/*
* This list exists for the benefit of pmap_map_chunk(). It keeps track
* of the kernel L2 tables during bootstrap, so that pmap_map_chunk() can
OpenPOWER on IntegriCloud