From: наб Date: Thu, 4 Jan 2024 22:31:21 +0000 (+0100) Subject: cpuid.4: Note which CPUs don't support CPUID and what happens X-Git-Tag: man-pages-6.06~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f65154cbabd19b6ff2fd4089439a3cf0959ce07f;p=thirdparty%2Fman-pages.git cpuid.4: Note which CPUs don't support CPUID and what happens "Early 486" comes from an uncited wikipedia table, added in but I spot-checked the rest of the table accurate to CPUs in my house (the oldest of which is an original Celeron, so no 486), and "early 486" is better than "early x86" which can mean anything. This does leave earlier x86 unmentioned, but Linux hasn't targeted those in over a decade, so they're out of scope anyway. Signed-off-by: Ahelenia Ziemiańska Signed-off-by: Alejandro Colomar --- diff --git a/man4/cpuid.4 b/man4/cpuid.4 index bd883e6d3d..0b38fabe36 100644 --- a/man4/cpuid.4 +++ b/man4/cpuid.4 @@ -69,7 +69,9 @@ $ modprobe cpuid There is no support for CPUID functions that require additional input registers. .P -Very old x86 CPUs don't support CPUID. +Early i486 CPUs do not support the CPUID instruction; +.\" arch/x86/kernel/cpuid.c cpuid_open() +opening this device for those CPUs fails with EIO. .SH SEE ALSO .BR cpuid (1) .P