PERFORCE change 48002 for review
Peter Wemm
peter at FreeBSD.org
Tue Mar 2 11:28:19 PST 2004
http://perforce.freebsd.org/chv.cgi?CH=48002
Change 48002 by peter at peter_daintree on 2004/03/02 11:27:51
set curpcb right away.
Affected files ...
.. //depot/projects/hammer/sys/amd64/amd64/machdep.c#81 integrate
Differences ...
==== //depot/projects/hammer/sys/amd64/amd64/machdep.c#81 (text+ko) ====
@@ -1162,6 +1162,7 @@
pcpu_init(pc, 0, sizeof(struct pcpu));
PCPU_SET(prvspace, pc);
PCPU_SET(curthread, &thread0);
+ PCPU_SET(curpcb, thread0.td_pcb);
PCPU_SET(tssp, &common_tss[0]);
/*
More information about the p4-projects
mailing list