Date: Fri, 12 Mar 2004 15:06:23 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 48827 for review Message-ID: <200403122306.i2CN6NGw017191@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=48827 Change 48827 by jmallett@jmallett_oingo on 2004/03/12 15:06:22 Set up PCB, remove savectx. Affected files ... .. //depot/projects/mips/sys/mips/mips/machdep.c#41 edit Differences ... ==== //depot/projects/mips/sys/mips/mips/machdep.c#41 (text+ko) ==== @@ -220,6 +220,7 @@ thread0.td_kstack = kstack0; pcpu_init(pcpup, 0, sizeof(struct pcpu)); pcpup->pc_curthread = &thread0; + cpu_thread_setup(curthread); mutex_init(); #ifdef DDB kdb_init(); @@ -342,12 +343,6 @@ { } -int -savectx(struct pcb *pcb) -{ - return (0); -} - intptr_t casuptr(intptr_t *p, intptr_t old, intptr_t new) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403122306.i2CN6NGw017191>