Date: Thu, 13 Apr 1995 19:06:06 -0700 From: Bill Paul <wpaul> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Message-ID: <199504140206.TAA05129@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
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.)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504140206.TAA05129>