[syslinux:master] cpuid: NCAPINTS was too small

syslinux-bot for Erwan Velu erwanaliasr1 at gmail.com
Mon Apr 25 15:28:06 PDT 2011


Commit-ID:  f95843a0cab94f2ae695e8fe64a09b9dc8d3f47a
Gitweb:     http://syslinux.zytor.com/commit/f95843a0cab94f2ae695e8fe64a09b9dc8d3f47a
Author:     Erwan Velu <erwanaliasr1 at gmail.com>
AuthorDate: Mon, 21 Mar 2011 22:14:41 +0100
Committer:  Erwan Velu <erwanaliasr1 at gmail.com>
CommitDate: Mon, 21 Mar 2011 22:14:41 +0100

cpuid: NCAPINTS was too small

We do have up to 9x32bits not 7....


---
 com32/include/cpufeature.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/com32/include/cpufeature.h b/com32/include/cpufeature.h
index df9dd3d..83263c2 100644
--- a/com32/include/cpufeature.h
+++ b/com32/include/cpufeature.h
@@ -7,7 +7,7 @@
 #ifndef __ASM_I386_CPUFEATURE_H
 #define __ASM_I386_CPUFEATURE_H
 
-#define NCAPINTS	7	/* N 32-bit words worth of info */
+#define NCAPINTS	9	/* N 32-bit words worth of info */
 
 /* Intel-defined CPU features, CPUID level 0x00000001 (edx), word 0 */
 #define X86_FEATURE_FPU		(0*32+ 0)	/* Onboard FPU */



More information about the Syslinux-commits mailing list