From owner-freebsd-current Wed Dec 27 22:29:57 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA17494 for current-outgoing; Wed, 27 Dec 1995 22:29:57 -0800 (PST) Received: from else (root@else.net [204.92.4.245]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA17483 for ; Wed, 27 Dec 1995 22:29:34 -0800 (PST) Received: by else (Smail3.1.29.1 #3) id m0tVBr8-000MHUC; Thu, 28 Dec 95 01:30 EST Date: Thu, 28 Dec 1995 01:30:24 -0500 (EST) From: James FitzGibbon To: current@freebsd.org Subject: cpu_class undeclared in random_machdep.c Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org Precedence: bulk I'm not sure if this is the same bug related to P6 detection (that one was in locore.s, right?): When building a kernel under -current (CTM 1316), I get : ../../i386/isa/random_machdep.c: In function 'add_timer_randomness': ../../i386/isa/random_machdep.c:184: 'cpu_class' undeclared (first use this function) (standard stuff about each function only reported once) ../../i386/isa/random_machdep.c: 'CPUCLASS_586' undeclared (first use this function) This is with a make world completed sucessfully on 1316, using the GENERIC config file as it comes. j.