summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc/pmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/powerpc/pmap.c')
-rw-r--r--sys/powerpc/powerpc/pmap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/powerpc/powerpc/pmap.c b/sys/powerpc/powerpc/pmap.c
index cdf3bce..69fe588 100644
--- a/sys/powerpc/powerpc/pmap.c
+++ b/sys/powerpc/powerpc/pmap.c
@@ -1443,12 +1443,6 @@ pmap_pinit0(pmap_t pm)
bzero(&pm->pm_stats, sizeof(pm->pm_stats));
}
-void
-pmap_pinit2(pmap_t pmap)
-{
- /* XXX: Remove this stub when no longer called */
-}
-
/*
* Set the physical protection on the specified range of this map as requested.
*/
OpenPOWER on IntegriCloud