svn commit: r317884 - head/sys/compat/linprocfs

Konstantin Belousov kostikbel at gmail.com
Sat May 6 17:55:39 UTC 2017


On Sat, May 06, 2017 at 05:37:01PM +0000, Mahdi Mokhtari wrote:
> +	do_cpuid(0x80000006, cache_size);

Executing CPUID instruction on i386 without checking for CPUID support
panics the kernel. Also, it is worth ensuring that the requested leaf is
supported, otherwise nonsensical data would be printed.


More information about the svn-src-all mailing list