From owner-cvs-sys Thu Apr 13 19:06:21 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA05142 for cvs-sys-outgoing; Thu, 13 Apr 1995 19:06:21 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA05129 ; Thu, 13 Apr 1995 19:06:06 -0700 Date: Thu, 13 Apr 1995 19:06:06 -0700 From: Bill Paul Message-Id: <199504140206.TAA05129@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk wpaul 95/04/13 19:06:04 Modified: sys/i386/i386 machdep.c Log: Hopefully I won't get flamed for this: insert a few more #if defined(I486_CPU) and #if defined (I586_CPU) thingies into identifycpu() so that we only compile in what's actually needed for a given CPU. So far as I can tell, none of my 386 machines generate a cpu_vendor code, so I made the extra vendor and feature line conditional on I486_CPU and I586_CPU. (Otherwise we print out a blank line which looks silly.)