Re: Add cache descriptors for Intel Core i7

From: Ingo Molnar
Date: Sun Feb 01 2009 - 05:07:44 EST



* Dave Jones <davej@xxxxxxxxxx> wrote:

> Signed-off-by: Dave Jones <davej@xxxxxxxxxx>
>
> --- linux-2.6.28.noarch/arch/x86/kernel/cpu/intel_cacheinfo.c~ 2009-01-31 20:04:32.000000000 -0500
> +++ linux-2.6.28.noarch/arch/x86/kernel/cpu/intel_cacheinfo.c 2009-01-31 20:10:22.000000000 -0500
> @@ -36,8 +36,11 @@ static struct _cache_table cache_table[]
> {
> { 0x06, LVL_1_INST, 8 }, /* 4-way set assoc, 32 byte line size */
> { 0x08, LVL_1_INST, 16 }, /* 4-way set assoc, 32 byte line size */
> + { 0x09, LVL_1_INST, 32 }, /* 4-way set assoc, 64 byte line size */

Applied to tip/x86/urgent, thanks Dave!

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/