https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178357

Konstantin Belousov <k...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@freebsd.org

--- Comment #4 from Konstantin Belousov <k...@freebsd.org> ---
Exporting CPUID values through sysctl is useless.

Besides that we have cpuctl(4) which exports it using ioctl(2) and accessible
by cpucontrol(8).  And we have x86info in ports. So the patch would add yet
another way to access something that is readily available as a single
instruction.

Note that virtual address width is not used for anything, and will be not until
the CPUs with 5-level page tables appear.  When they do, this thing would need
completely different treatment at the pmap.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-amd64@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"

Reply via email to