Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35903
b: refs/heads/master
c: e9dff0e
h: refs/heads/master
i:
  35901: 1ffbfde
  35899: c8c785c
  35895: d2b73b4
  35887: 347878f
  35871: 236a406
  35839: cc4705e
v: v3
  • Loading branch information
Magnus Damm authored and Andi Kleen committed Sep 26, 2006
1 parent 17925da commit 15f78d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 5f0f1c166647860bb2c2a206338e7d9af3834753
refs/heads/master: e9dff0ee6694b2edd40b1b448cb786f6a7b02336
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/cpu/amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ static void __cpuinit init_amd(struct cpuinfo_x86 *c)
num_cache_leaves = 3;
}

static unsigned int amd_size_cache(struct cpuinfo_x86 * c, unsigned int size)
static unsigned int __cpuinit amd_size_cache(struct cpuinfo_x86 * c, unsigned int size)
{
/* AMD errata T13 (order #21922) */
if ((c->x86 == 6)) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/cpu/centaur.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ static void __cpuinit init_centaur(struct cpuinfo_x86 *c)
}
}

static unsigned int centaur_size_cache(struct cpuinfo_x86 * c, unsigned int size)
static unsigned int __cpuinit centaur_size_cache(struct cpuinfo_x86 * c, unsigned int size)
{
/* VIA C3 CPUs (670-68F) need further shifting. */
if ((c->x86 == 6) && ((c->x86_model == 7) || (c->x86_model == 8)))
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/cpu/intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ static void __cpuinit init_intel(struct cpuinfo_x86 *c)
}


static unsigned int intel_size_cache(struct cpuinfo_x86 * c, unsigned int size)
static unsigned int __cpuinit intel_size_cache(struct cpuinfo_x86 * c, unsigned int size)
{
/* Intel PIII Tualatin. This comes in two flavours.
* One has 256kb of cache, the other 512. We have no way
Expand Down

0 comments on commit 15f78d3

Please sign in to comment.