From: Francois Romieu Missing cache size format for Intel P4E (p.26 of doc. 241618-025, "Intel Processor Identification and the CPUID Instruction"). --- 25-akpm/arch/i386/kernel/cpu/intel.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/i386/kernel/cpu/intel.c~cpuid-cache-info-update arch/i386/kernel/cpu/intel.c --- 25/arch/i386/kernel/cpu/intel.c~cpuid-cache-info-update Fri May 21 16:44:50 2004 +++ 25-akpm/arch/i386/kernel/cpu/intel.c Fri May 21 16:44:50 2004 @@ -90,6 +90,7 @@ static struct _cache_table cache_table[] { 0x43, LVL_2, 512 }, { 0x44, LVL_2, 1024 }, { 0x45, LVL_2, 2048 }, + { 0x60, LVL_1_DATA, 16 }, { 0x66, LVL_1_DATA, 8 }, { 0x67, LVL_1_DATA, 16 }, { 0x68, LVL_1_DATA, 32 }, _