From ea7dfc9281201f48c590d214f5bd4ed7cb5e1317 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Thu, 5 May 2005 16:16:10 -0700 Subject: [PATCH] --- yaml --- r: 1033 b: refs/heads/master c: a27e951f1e9362411eba81e724fafca20f1b0563 h: refs/heads/master i: 1031: d0efa329b996598cf4d9d5fe605950222f32bf03 v: v3 --- [refs] | 2 +- trunk/arch/i386/kernel/cpu/mtrr/cyrix.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index b6529a17f0a2..e9fc5dbb8aaf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 75c96f85845a6707b0f9916cb263cb3584f7d48f +refs/heads/master: a27e951f1e9362411eba81e724fafca20f1b0563 diff --git a/trunk/arch/i386/kernel/cpu/mtrr/cyrix.c b/trunk/arch/i386/kernel/cpu/mtrr/cyrix.c index 933b0dd62f48..9027a987006b 100644 --- a/trunk/arch/i386/kernel/cpu/mtrr/cyrix.c +++ b/trunk/arch/i386/kernel/cpu/mtrr/cyrix.c @@ -218,12 +218,12 @@ typedef struct { mtrr_type type; } arr_state_t; -static arr_state_t arr_state[8] __initdata = { +static arr_state_t arr_state[8] __devinitdata = { {0UL, 0UL, 0UL}, {0UL, 0UL, 0UL}, {0UL, 0UL, 0UL}, {0UL, 0UL, 0UL}, {0UL, 0UL, 0UL}, {0UL, 0UL, 0UL}, {0UL, 0UL, 0UL}, {0UL, 0UL, 0UL} }; -static unsigned char ccr_state[7] __initdata = { 0, 0, 0, 0, 0, 0, 0 }; +static unsigned char ccr_state[7] __devinitdata = { 0, 0, 0, 0, 0, 0, 0 }; static void cyrix_set_all(void) {