From owner-p4-projects Thu Feb 27 3:43:57 2003 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E75EF37B405; Thu, 27 Feb 2003 03:43:55 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9174A37B401 for ; Thu, 27 Feb 2003 03:43:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4042F43FB1 for ; Thu, 27 Feb 2003 03:43:55 -0800 (PST) (envelope-from jmallett@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1RBht0U073027 for ; Thu, 27 Feb 2003 03:43:55 -0800 (PST) (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1RBhsNl073024 for perforce@freebsd.org; Thu, 27 Feb 2003 03:43:54 -0800 (PST) Date: Thu, 27 Feb 2003 03:43:54 -0800 (PST) Message-Id: <200302271143.h1RBhsNl073024@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett Subject: PERFORCE change 26005 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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