summaryrefslogtreecommitdiff
path: root/com32/sysdump/main.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-02-07 00:09:31 -0800
committerH. Peter Anvin <hpa@zytor.com>2010-02-07 00:09:31 -0800
commit7def7a90e13cfb9a25fdb89029c977653a47e04f (patch)
treebb728ce04a370b3853e61014f9cd67692372a21e /com32/sysdump/main.c
parent640825ec66c2f02504a689d160350133bd968a46 (diff)
downloadsyslinux-7def7a90e13cfb9a25fdb89029c977653a47e04f.tar.gz
sysdump: dump CPUID informationsyslinux-3.85-pre7
Dump CPUID information in as generic of a way as is possible, given the ugliness in certain places. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/sysdump/main.c')
-rw-r--r--com32/sysdump/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/sysdump/main.c b/com32/sysdump/main.c
index fd3fc934..c231c29e 100644
--- a/com32/sysdump/main.c
+++ b/com32/sysdump/main.c
@@ -37,6 +37,7 @@ static void dump_all(struct backend *be, const char *argv[], size_t len)
dump_memory_map(be);
dump_memory(be);
dump_dmi(be);
+ dump_cpuid(be);
dump_pci(be);
dump_vesa_tables(be);