PCPU(current_pmap) is initialized in pmap_bootstrap. No need to
do it again.
This commit is contained in:
parent
8f12fc049c
commit
b905ae4ef9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user