Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45247
b: refs/heads/master
c: 9dbeeec
h: refs/heads/master
i:
  45245: 71ee5ff
  45243: 3801285
  45239: 8cae09c
  45231: dc7d0f5
  45215: 446ad21
  45183: d240423
v: v3
  • Loading branch information
Vivek Goyal authored and Linus Torvalds committed Jan 6, 2007
1 parent 3c837d7 commit 547849a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1119a33a962077570ab0c2ef4712c0e48acfc577
refs/heads/master: 9dbeeec91e8f4a200ac56af5004473fa6099520f
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/cpu/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static struct cpu_dev __cpuinitdata default_cpu = {
.c_init = default_init,
.c_vendor = "Unknown",
};
static struct cpu_dev * this_cpu = &default_cpu;
static struct cpu_dev * this_cpu __cpuinitdata = &default_cpu;

static int __init cachesize_setup(char *str)
{
Expand Down

0 comments on commit 547849a

Please sign in to comment.