Date: Thu, 27 Feb 2003 03:43:54 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 26005 for review Message-ID: <200302271143.h1RBhsNl073024@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=26005 Change 26005 by jmallett@jmallett_dalek on 2003/02/27 03:43:48 Catch up with changes from last integ, I didn't notice my build runs were failing, due to other dodginess. Affected files ... .. //depot/projects/mips/sys/mips/mips/genassym.c#3 edit Differences ... ==== //depot/projects/mips/sys/mips/mips/genassym.c#3 (text+ko) ==== @@ -42,5 +42,5 @@ ASSYM(PC_CURPCB, offsetof(struct pcpu, pc_curpcb)); ASSYM(PC_CPUID, offsetof(struct pcpu, pc_cpuid)); -ASSYM(KEF_ASTPENDING, KEF_ASTPENDING); -ASSYM(KEF_NEEDRESCHED, KEF_NEEDRESCHED); +ASSYM(TDF_ASTPENDING, TDF_ASTPENDING); +ASSYM(TDF_NEEDRESCHED, TDF_NEEDRESCHED); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302271143.h1RBhsNl073024>