Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jan 1996 14:21:39 -0500 (EST)
From:      Clarence Wilkerson <freebsd@hopf.math.purdue.edu>
To:        current@freebsd.org
Cc:        wilker@hopf.math.purdue.edu
Subject:   pmap .. cpuclass in current
Message-ID:  <199601191921.OAA19094@hopf.math.purdue.edu>

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



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