diff options
-rw-r--r-- | sys/arm/arm/pmap.c | 6 |
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 |