From owner-freebsd-stable Tue Oct 3 8:12:31 2000 Delivered-To: freebsd-stable@freebsd.org Received: from hermes.isi.com (hermes.isi.com [192.73.222.27]) by hub.freebsd.org (Postfix) with ESMTP id 3702337B502 for ; Tue, 3 Oct 2000 08:12:27 -0700 (PDT) Received: from windriver.com (nala [128.224.195.172]) by hermes.isi.com (Pro-8.9.3/Pro-8.9.3/Hermes 991202 TroyC) with ESMTP id IAA23428; Tue, 3 Oct 2000 08:14:14 -0700 (PDT) Message-ID: <39D9F87D.B4DFA73E@windriver.com> Date: Tue, 03 Oct 2000 11:17:17 -0400 From: Tadayuki Okada X-Mailer: Mozilla 4.75C-ja [ja_JP.EUC] (X11; U; FreeBSD 3.5-STABLE i386) X-Accept-Language: ja, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: 3.5-STABLE broken? References: <39D9EE7A.150F30FC@windriver.com> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cputypes.h has inconsistent definition for P4. from sys/i386/include/cputypes.h #define CPU_PIII 15 /* Intel Pentium III */ #define CPU_4 16 /* Intel Pentium 4 */ Tadayuki Okada wrote: > > Did P4 ident MFC break 3.5-STABLE? > > I got this kernel build error yesterday. > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK > -include opt_global.h -elf ../../i386/i386/identcpu.c > ../../i386/i386/identcpu.c: In function `printcpuinfo': > ../../i386/i386/identcpu.c:223: `CPU_P4' undeclared (first use this function) > ../../i386/i386/identcpu.c:223: (Each undeclared identifier is reported only once > ../../i386/i386/identcpu.c:223: for each function it appears in.) > *** Error code 1 > > Stop. > > Tadayuki Okada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message