enlarge the buffer for the CPU features string

* 256 bytes wasn't enough for i5-2557m
This commit is contained in:
Jérôme Duval
2012-11-04 10:35:40 +01:00
parent f5df0bc898
commit 12e574a316
+1 -1
View File
@@ -392,7 +392,7 @@ init_double_fault(int cpuNum)
static void
dump_feature_string(int currentCPU, cpu_ent *cpu)
{
char features[256];
char features[384];
features[0] = 0;
if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_FPU)