|
@@ -218,12 +218,12 @@ typedef struct {
|
|
mtrr_type type;
|
|
mtrr_type type;
|
|
} arr_state_t;
|
|
} 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},
|
|
{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)
|
|
static void cyrix_set_all(void)
|
|
{
|
|
{
|