]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
For x86, read MAXPHYADDR, defined in SDM vol 3 4.1.4 Enumeration of Paging
authorKonstantin Belousov <kib@FreeBSD.org>
Mon, 12 Jan 2015 07:36:25 +0000 (07:36 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Mon, 12 Jan 2015 07:36:25 +0000 (07:36 +0000)
commitb1752aa0eae2b8e71d7bc378b7d4ff414de50656
tree4a7aa3c7dce4d5b0ea9b80183c4a321ec876f744
parentf104b614a0081e2a2a2104ce2f8451eb72e7e967
For x86, read MAXPHYADDR, defined in SDM vol 3 4.1.4 Enumeration of Paging
Features by CPUID as CPUID.80000008H:EAX[7:0], into variable cpu_maxphyaddr.

Reviewed by: alc
Tested by: pho
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
sys/amd64/amd64/initcpu.c
sys/amd64/include/md_var.h
sys/i386/i386/initcpu.c
sys/i386/include/md_var.h
sys/x86/x86/identcpu.c