Date: Sat, 14 Oct 2006 15:05:42 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 107897 for review Message-ID: <200610141505.k9EF5gp9030507@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107897 Change 107897 by gonzo@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));
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610141505.k9EF5gp9030507>