Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdcf772e authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86 l3 cache index disable for 2 6 26 fix



Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent a24e8d36
Loading
Loading
Loading
Loading
+20 −19
Original line number Diff line number Diff line
@@ -190,7 +190,8 @@ static unsigned short assocs[] __cpuinitdata = {
static unsigned char levels[] __cpuinitdata = { 1, 1, 2, 3 };
static unsigned char types[] __cpuinitdata = { 1, 2, 3, 3 };

static void __cpuinit amd_cpuid4(int leaf, union _cpuid4_leaf_eax *eax,
static void __cpuinit
amd_cpuid4(int leaf, union _cpuid4_leaf_eax *eax,
		     union _cpuid4_leaf_ebx *ebx,
		     union _cpuid4_leaf_ecx *ecx)
{