Page MenuHomeFreeBSD

D38049.id115118.diff
No OneTemporary

D38049.id115118.diff

diff --git a/sys/riscv/riscv/machdep.c b/sys/riscv/riscv/machdep.c
--- a/sys/riscv/riscv/machdep.c
+++ b/sys/riscv/riscv/machdep.c
@@ -291,7 +291,7 @@
proc_linkup0(&proc0, &thread0);
thread0.td_kstack = kstack;
- thread0.td_kstack_pages = KSTACK_PAGES;
+ thread0.td_kstack_pages = kstack_pages;
thread0.td_pcb = (struct pcb *)(thread0.td_kstack +
thread0.td_kstack_pages * PAGE_SIZE) - 1;
thread0.td_pcb->pcb_fpflags = 0;

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 23, 4:54 PM (21 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16058889
Default Alt Text
D38049.id115118.diff (439 B)

Event Timeline