Fix a typo in r353895.
Reported by: andrew MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a8a6278ea0
commit
abe476d083
@ -748,7 +748,7 @@ init_proc0(vm_offset_t kstack)
|
||||
thread0.td_kstack = kstack;
|
||||
thread0.td_kstack_pages = KSTACK_PAGES;
|
||||
thread0.td_pcb = (struct pcb *)(thread0.td_kstack +
|
||||
thread0.td_kstack_pages * KSTACK_PAGES) - 1;
|
||||
thread0.td_kstack_pages * PAGE_SIZE) - 1;
|
||||
thread0.td_pcb->pcb_fpflags = 0;
|
||||
thread0.td_pcb->pcb_fpusaved = &thread0.td_pcb->pcb_fpustate;
|
||||
thread0.td_pcb->pcb_vfpcpu = UINT_MAX;
|
||||
|
Loading…
x
Reference in New Issue
Block a user