Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1033
b: refs/heads/master
c: a27e951
h: refs/heads/master
i:
  1031: d0efa32
v: v3
  • Loading branch information
maximilian attems authored and Linus Torvalds committed May 5, 2005
1 parent 423ea69 commit ea7dfc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 75c96f85845a6707b0f9916cb263cb3584f7d48f
refs/heads/master: a27e951f1e9362411eba81e724fafca20f1b0563
4 changes: 2 additions & 2 deletions trunk/arch/i386/kernel/cpu/mtrr/cyrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit ea7dfc9

Please sign in to comment.