x86: L3 cache index disable for 2.6.26
authorMark Langsdorf <mark.langsdorf@amd.com>
Tue, 22 Jul 2008 18:06:02 +0000 (13:06 -0500)
committerIngo Molnar <mingo@elte.hu>
Mon, 28 Jul 2008 14:22:06 +0000 (16:22 +0200)
commita24e8d36f5fc047dac9af6200322ed393f2e3175
tree77d13932a92f7d6ce7edde86d43ab7bb8586bed2
parent7a4983bb5f94f6521aa3236fe5c035cf9bef543f
x86: L3 cache index disable for 2.6.26

On Monday 21 July 2008, Ingo Molnar wrote:
> > applied to tip/x86/cpu, thanks Mark.
> >
> > I've done some coding style fixes for the new functions you've
> > introduced, see that commit below.
>
> -tip testing found the following build failure:
>
>  arch/x86/kernel/built-in.o: In function `show_cache_disable':
>  intel_cacheinfo.c:(.text+0xbbf2): undefined reference to `k8_northbridges'
>  arch/x86/kernel/built-in.o: In function `store_cache_disable':
>  intel_cacheinfo.c:(.text+0xbd91): undefined reference to `k8_northbridges'
>
> please send a delta fix patch against the tip/x86/cpu branch:
>
>   http://people.redhat.com/mingo/tip.git/README
>
> which has your patch plus the cleanup applied.

delta fix patch follows.  It removes the dependency on k8_northbridges.

-Mark Langsdorf
Operating System Research Center
AMD

Signed-off-by: Mark Langsdorf <mark.langsdorf@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/intel_cacheinfo.c