Date: Mon, 1 Aug 2011 08:47:51 -0400 From: John Baldwin <jhb@freebsd.org> To: freebsd-current@freebsd.org Cc: Andriy Gapon <avg@freebsd.org> Subject: Re: print_INTEL_info/print_INTEL_TLB Message-ID: <201108010847.52235.jhb@freebsd.org> In-Reply-To: <4E35732A.8060807@FreeBSD.org> References: <4E35732A.8060807@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday, July 31, 2011 11:22:18 am Andriy Gapon wrote: > > Just an observation: > - print_INTEL_info and print_INTEL_TLB are missing from amd64 identcpu.c > - print_INTEL_TLB doesn't cover all the codes defined by Intel specs > - not sure; perhaps print_INTEL_info should use deterministic cache parameters > as provided by CPUID 0x4 for a more complete coverage... It might be nice to create a sys/x86/x86/identcpu.c to merge the two which would help with some of this. print_INTEL_TLB() hasn't been updated since it was added AFAIK which probably explains why it doesn't know about all of the codes. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108010847.52235.jhb>