Date: Wed, 4 Jan 2006 08:18:01 -0500 From: John Baldwin <jhb@freebsd.org> To: Alexander Leidinger <netchild@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 identcpu.c Message-ID: <200601040818.02728.jhb@freebsd.org> In-Reply-To: <200601041257.k04Cv2VD097963@repoman.freebsd.org> References: <200601041257.k04Cv2VD097963@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 04 January 2006 07:57 am, Alexander Leidinger wrote: > netchild 2006-01-04 12:57:02 UTC > > FreeBSD src repository > > Modified files: > sys/i386/i386 identcpu.c > Log: > - Make sure the cpu_exthigh variable is initialized (page coloring case= ). > [1] - Remove a conditional in the AMD cache detection, it's always false. > [2] - Don't try to detect a cache if only compiled for i386. > > Analyzed by: Antoine Brodin <antoine.brodin@laposte.net> [1] > Submitted by: Antoine Brodin <antoine.brodin@laposte.net> [2] > > Revision Changes Path > 1.153 +39 -19 src/sys/i386/i386/identcpu.c We don't support I386_CPU in 6.0 and later. This file can probably be clea= ned=20 up some to assume that '#if defined(I486_CPU) || defined(I586_CPU) ||=20 defined(I686_CPU)' is true. =2D-=20 John Baldwin <jhb@FreeBSD.org> =A0<>< =A0http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601040818.02728.jhb>