Commit Diff
Diff:
fee28d0f628f53ed8f94eac6cec8734bb0edd0e5
0f5e41030dc7a6971f49affc3c50dcd30b5f3097
0f5e41030dc7a6971f49affc3c50dcd30b5f3097
Commit:
0f5e41030dc7a6971f49affc3c50dcd30b5f3097
Tree:
72adcb78984ee0ad30526b488e9ff317afd9f57a
Committer:
powerpc64 <powerpc64@localhost>
Date:
Fri Jul 20 11:36:04 2018
UTC
Message:
remove the #if 0'ed code about the the pool_init
--- powerpc64/pmap.c
+++ powerpc64/pmap.c
@@ -1704,12 +1704,6 @@ pmap_init()
"pmap", NULL);
pool_setlowat(&pmap_pmap_pool, 2);
-#if 0
- pool_init(&pmap_vp_pool, sizeof(struct pmapvp), 0, IPL_VM, 0,
- "vp", &pool_allocator_single);
- pool_setlowat(&pmap_vp_pool, 10);
-#endif
-
pool_init(&pmap_pted_pool, sizeof(struct pte_desc), 0, IPL_VM, 0,
"pted", NULL);
pool_setlowat(&pmap_pted_pool, 20);