PCPU(current_pmap) is initialized in pmap_bootstrap. No need to

do it again.
This commit is contained in:
Marcel Moolenaar 2002-05-02 05:30:42 +00:00
parent 8f12fc049c
commit b905ae4ef9

View File

@ -700,7 +700,6 @@ ia64_init(u_int64_t arg1, u_int64_t arg2)
* Initialize the virtual memory system.
*/
pmap_bootstrap();
pcpup->pc_current_pmap = kernel_pmap;
/*
* Initialize debuggers, and break into them if appropriate.