Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35898
b: refs/heads/master
c: 68bbc17
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Andi Kleen committed Sep 26, 2006
1 parent 303b7b9 commit 217c054
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 10 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: 6ad916581181a105d7832a7dec9e1eb58f7a1621
refs/heads/master: 68bbc172cd1b0ee01814304b8a7bef8922d5fdca
1 change: 0 additions & 1 deletion trunk/arch/i386/kernel/cpu/amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ static struct cpu_dev amd_cpu_dev __initdata = {
},
},
.c_init = init_amd,
.c_identify = generic_identify,
.c_size_cache = amd_size_cache,
};

Expand Down
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 @@ -265,7 +265,7 @@ static void __init early_cpu_detect(void)
}
}

void __cpuinit generic_identify(struct cpuinfo_x86 * c)
static void __cpuinit generic_identify(struct cpuinfo_x86 * c)
{
u32 tfms, xlvl;
int ebx;
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/i386/kernel/cpu/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ extern struct cpu_dev * cpu_devs [X86_VENDOR_NUM];
extern int get_model_name(struct cpuinfo_x86 *c);
extern void display_cacheinfo(struct cpuinfo_x86 *c);

extern void generic_identify(struct cpuinfo_x86 * c);

extern void early_intel_workaround(struct cpuinfo_x86 *c);

2 changes: 0 additions & 2 deletions trunk/arch/i386/kernel/cpu/cyrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ static void cyrix_identify(struct cpuinfo_x86 * c)
local_irq_restore(flags);
}
}
generic_identify(c);
}

static struct cpu_dev cyrix_cpu_dev __initdata = {
Expand Down Expand Up @@ -457,7 +456,6 @@ static struct cpu_dev nsc_cpu_dev __initdata = {
.c_vendor = "NSC",
.c_ident = { "Geode by NSC" },
.c_init = init_nsc,
.c_identify = generic_identify,
};

int __init nsc_init_cpu(void)
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/i386/kernel/cpu/intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ static struct cpu_dev intel_cpu_dev __cpuinitdata = {
},
},
.c_init = init_intel,
.c_identify = generic_identify,
.c_size_cache = intel_size_cache,
};

Expand Down
1 change: 0 additions & 1 deletion trunk/arch/i386/kernel/cpu/nexgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ static void __init nexgen_identify(struct cpuinfo_x86 * c)
if ( deep_magic_nexgen_probe() ) {
strcpy(c->x86_vendor_id, "NexGenDriven");
}
generic_identify(c);
}

static struct cpu_dev nexgen_cpu_dev __initdata = {
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/i386/kernel/cpu/transmeta.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ static void __init init_transmeta(struct cpuinfo_x86 *c)
static void __init transmeta_identify(struct cpuinfo_x86 * c)
{
u32 xlvl;
generic_identify(c);

/* Transmeta-defined flags: level 0x80860001 */
xlvl = cpuid_eax(0x80860000);
Expand Down

0 comments on commit 217c054

Please sign in to comment.