* Initialize the pmap module. * Called by vm_init, to initialize any structures that the pmap * system needs to map virtual memory. */
| 613 | * system needs to map virtual memory. |
| 614 | */ |
| 615 | void |
| 616 | pmap_init(void) |
| 617 | { |
| 618 | } |
| 619 | |
| 620 | /*************************************************** |
| 621 | * Low level helper routines..... |