From 67e0ed53d7cac627237ffb1901fc7c92271160d4 Mon Sep 17 00:00:00 2001 From: Paolo 'Blaisorblade' Giarrusso Date: Sat, 5 Nov 2005 17:25:54 +0100 Subject: [PATCH] --- yaml --- r: 14217 b: refs/heads/master c: bf0f2e23834e2bf7d64b467ef07095b1c7e2c04b h: refs/heads/master i: 14215: 832a0d007f5ca140808aa498f307cee555de921a v: v3 --- [refs] | 2 +- trunk/include/asm-x86_64/cache.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b44f7c09e1ba..51bc9b8db7ce 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8e0d4f4e9132ae6e353f9cf27261627bcc7c65cc +refs/heads/master: bf0f2e23834e2bf7d64b467ef07095b1c7e2c04b diff --git a/trunk/include/asm-x86_64/cache.h b/trunk/include/asm-x86_64/cache.h index eda62bae1240..33e53424128b 100644 --- a/trunk/include/asm-x86_64/cache.h +++ b/trunk/include/asm-x86_64/cache.h @@ -9,6 +9,6 @@ /* L1 cache line size */ #define L1_CACHE_SHIFT (CONFIG_X86_L1_CACHE_SHIFT) #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) -#define L1_CACHE_SHIFT_MAX 6 /* largest L1 which this arch supports */ +#define L1_CACHE_SHIFT_MAX 7 /* largest L1 which this arch supports */ #endif