1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00

Enable MTRR on all VIA CPUs that claim support (amd64).

This is the amd64 part of r203289.

Noticed by:	jhb
MFC after:	2 weeks
This commit is contained in:
Robert Noland 2010-02-02 01:20:33 +00:00
parent faa9a79099
commit 7b59c0c5f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203367

View File

@ -707,11 +707,8 @@ amd64_mem_drvinit(void *unused)
switch (cpu_vendor_id) {
case CPU_VENDOR_INTEL:
case CPU_VENDOR_AMD:
break;
case CPU_VENDOR_CENTAUR:
if (cpu_exthigh >= 0x80000008)
break;
/* FALLTHROUGH */
break;
default:
return;
}