PERFORCE change 107897 for review
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Sat Oct 14 08:05:43 PDT 2006
http://perforce.freebsd.org/chv.cgi?CH=107897
Change 107897 by gonzo at gonzo_hq on 2006/10/14 15:05:41
o Add asm accessor for pcb_onfault field of pcb struct.
Affected files ...
.. //depot/projects/mips2/src/sys/mips/mips/genassym.c#4 edit
Differences ...
==== //depot/projects/mips2/src/sys/mips/mips/genassym.c#4 (text+ko) ====
@@ -80,6 +80,7 @@
ASSYM(TD_FRAME, offsetof(struct thread, td_frame));
ASSYM(TD_KSTACK, offsetof(struct thread, td_kstack));
ASSYM(TD_PCB, offsetof(struct thread, td_pcb));
+ASSYM(PCB_ONFAULT, offsetof(struct pcb, pcb_onfault));
ASSYM(TD_PROC, offsetof(struct thread, td_proc));
ASSYM(TD_MD_REGS, offsetof(struct thread, td_md.md_regs));
More information about the p4-projects
mailing list