Date: Wed, 22 Jan 2003 10:18:45 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 initcpu.c mp_machdep.c src/sys/i386/include md_var.h Message-ID: <200301221818.h0MIIjNf074904@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/01/22 10:18:45 PST Modified files: sys/i386/i386 initcpu.c mp_machdep.c sys/i386/include md_var.h Log: - Move enable_sse()'s prototype to machine/md_var.h. - Sort definition of cpu_* variables appropriately. - Move cpu_fxsr out of the magic non-BSS set of variables and stick it in the BSS along with hw_instruction_sse (make the latter static as well). Submitted by: bde (partially) Revision Changes Path 1.43 +6 -7 src/sys/i386/i386/initcpu.c 1.196 +0 -2 src/sys/i386/i386/mp_machdep.c 1.59 +3 -2 src/sys/i386/include/md_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301221818.h0MIIjNf074904>