From owner-freebsd-current Fri Jan 19 11:23:37 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA06195 for current-outgoing; Fri, 19 Jan 1996 11:23:37 -0800 (PST) Received: from gauss.math.purdue.edu (gauss.math.purdue.edu [128.210.21.2]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA06190 for ; Fri, 19 Jan 1996 11:23:34 -0800 (PST) Received: from hopf.math.purdue.edu (freebsd@hopf.math.purdue.edu [128.210.3.18]) by gauss.math.purdue.edu (8.7.1/Purdue_Math) with ESMTP id OAA18200 for ; Fri, 19 Jan 1996 14:21:47 -0500 (EST) Received: (from freebsd@localhost) by hopf.math.purdue.edu (8.7.1/8.6.11) id OAA19094; Fri, 19 Jan 1996 14:21:39 -0500 (EST) Date: Fri, 19 Jan 1996 14:21:39 -0500 (EST) From: Clarence Wilkerson Message-Id: <199601191921.OAA19094@hopf.math.purdue.edu> To: current@freebsd.org Subject: pmap .. cpuclass in current Cc: wilker@hopf.math.purdue.edu Sender: owner-current@freebsd.org Precedence: bulk After this AM's sup, the kernel doesn't compile: cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Winline -nostdinc -I. -I../.. -I../../sys -I../../../include -DI386_CPU -DI486_CPU -DIPX -DSCSI_2_DEF -DLINUX -DEXT2FS -DCOMPAT_LINUX -DXSERVER -DUCONSOLE -DSCSI_DELAY=15 -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../i386/i386/pmap.c ../../i386/i386/pmap.c: In function `pmap_update_1pg': ../../i386/i386/pmap.c:192: `cpuclass' undeclared (first use this function) ../../i386/i386/pmap.c:192: (Each undeclared identifier is reported only once ../../i386/i386/pmap.c:192: for each function it appears in.) ../../i386/i386/pmap.c:192: `CPUCLASS_I386' undeclared (first use this function) ../../i386/i386/pmap.c: In function `pmap_update_2pg': ../../i386/i386/pmap.c:202: `cpuclass' undeclared (first use this function) ../../i386/i386/pmap.c:202: `CPUCLASS_I386' undeclared (first use this function) ../../i386/i386/pmap.c: At top level: ../../i386/i386/pmap.c:527: warning: function declaration isn't a prototype ../../i386/i386/pmap.c:1588: warning: function declaration isn't a prototype *** Error code 1 Stop. Free version of config didn't help. Clarence Wilkerson