summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/bits/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2017-01-25 21:57:18 +0100
committerMichael Brown2017-01-25 21:57:18 +0100
commitd37e025b81cb6fd0e7833b927ed138b42a628bc8 (patch)
tree33a97b8235f1acc3ab197f43bb4d4e1f0e4c0324 /src/arch/x86/include/bits/errfile.h
parent[netdevice] Limit MTU by hardware maximum frame length (diff)
downloadipxe-d37e025b81cb6fd0e7833b927ed138b42a628bc8.tar.gz
ipxe-d37e025b81cb6fd0e7833b927ed138b42a628bc8.tar.xz
ipxe-d37e025b81cb6fd0e7833b927ed138b42a628bc8.zip
[cpuid] Provide cpuid_supported() to test for supported functions
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/include/bits/errfile.h')
-rw-r--r--src/arch/x86/include/bits/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/include/bits/errfile.h b/src/arch/x86/include/bits/errfile.h
index f4816e62..105cdf5d 100644
--- a/src/arch/x86/include/bits/errfile.h
+++ b/src/arch/x86/include/bits/errfile.h
@@ -25,6 +25,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define ERRFILE_gdbmach ( ERRFILE_ARCH | ERRFILE_CORE | 0x000e0000 )
#define ERRFILE_rtc_entropy ( ERRFILE_ARCH | ERRFILE_CORE | 0x000f0000 )
#define ERRFILE_acpipwr ( ERRFILE_ARCH | ERRFILE_CORE | 0x00100000 )
+#define ERRFILE_cpuid ( ERRFILE_ARCH | ERRFILE_CORE | 0x00110000 )
#define ERRFILE_bootsector ( ERRFILE_ARCH | ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_bzimage ( ERRFILE_ARCH | ERRFILE_IMAGE | 0x00010000 )