Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 873b274a authored by Dave Jones's avatar Dave Jones Committed by H. Peter Anvin
Browse files

x86: Add Centaur and Transmeta CPUs to PAT whitelist



Unconditionally enable PAT support on Centaur and Transmeta CPUs.
All known models that advertise PAT have no known errata.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent a8ac1ae3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -62,6 +62,9 @@ void __cpuinit validate_pat_support(struct cpuinfo_x86 *c)
		if (c->x86 == 0xF || (c->x86 == 6 && c->x86_model >= 15))
			return;
		break;
	case X86_VENDOR_CENTAUR:
	case X86_VENDOR_TRANSMETA:
		return;
	}

	pat_disable(cpu_has_pat ?