Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Oct 2000 11:17:17 -0400
From:      Tadayuki Okada <tadayuki.okada@windriver.com>
To:        freebsd-stable@freebsd.org
Subject:   Re: 3.5-STABLE broken?
Message-ID:  <39D9F87D.B4DFA73E@windriver.com>
References:  <39D9EE7A.150F30FC@windriver.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39D9F87D.B4DFA73E>