Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53951
b: refs/heads/master
c: 35060b6
h: refs/heads/master
i:
  53949: 5595217
  53947: 8c28fb0
  53943: a4294c0
  53935: 4cd1de2
  53919: b6b981b
  53887: 44251c6
v: v3
  • Loading branch information
Thomas Renninger authored and Andi Kleen committed May 2, 2007
1 parent 0ce1005 commit 95f816d
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 79 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: a3193348d407baaa7aef79decfa0e9a7fef74a17
refs/heads/master: 35060b6a9a4e1c89bc6fbea61090e302dbc61847
10 changes: 0 additions & 10 deletions trunk/arch/i386/kernel/cpu/amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,13 +319,3 @@ int __init amd_init_cpu(void)
cpu_devs[X86_VENDOR_AMD] = &amd_cpu_dev;
return 0;
}

//early_arch_initcall(amd_init_cpu);

static int __init amd_exit_cpu(void)
{
cpu_devs[X86_VENDOR_AMD] = NULL;
return 0;
}

late_initcall(amd_exit_cpu);
10 changes: 0 additions & 10 deletions trunk/arch/i386/kernel/cpu/centaur.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,13 +469,3 @@ int __init centaur_init_cpu(void)
cpu_devs[X86_VENDOR_CENTAUR] = &centaur_cpu_dev;
return 0;
}

//early_arch_initcall(centaur_init_cpu);

static int __init centaur_exit_cpu(void)
{
cpu_devs[X86_VENDOR_CENTAUR] = NULL;
return 0;
}

late_initcall(centaur_exit_cpu);
19 changes: 0 additions & 19 deletions trunk/arch/i386/kernel/cpu/cyrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,16 +448,6 @@ int __init cyrix_init_cpu(void)
return 0;
}

//early_arch_initcall(cyrix_init_cpu);

static int __init cyrix_exit_cpu(void)
{
cpu_devs[X86_VENDOR_CYRIX] = NULL;
return 0;
}

late_initcall(cyrix_exit_cpu);

static struct cpu_dev nsc_cpu_dev __cpuinitdata = {
.c_vendor = "NSC",
.c_ident = { "Geode by NSC" },
Expand All @@ -470,12 +460,3 @@ int __init nsc_init_cpu(void)
return 0;
}

//early_arch_initcall(nsc_init_cpu);

static int __init nsc_exit_cpu(void)
{
cpu_devs[X86_VENDOR_NSC] = NULL;
return 0;
}

late_initcall(nsc_exit_cpu);
10 changes: 0 additions & 10 deletions trunk/arch/i386/kernel/cpu/nexgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,3 @@ int __init nexgen_init_cpu(void)
cpu_devs[X86_VENDOR_NEXGEN] = &nexgen_cpu_dev;
return 0;
}

//early_arch_initcall(nexgen_init_cpu);

static int __init nexgen_exit_cpu(void)
{
cpu_devs[X86_VENDOR_NEXGEN] = NULL;
return 0;
}

late_initcall(nexgen_exit_cpu);
9 changes: 0 additions & 9 deletions trunk/arch/i386/kernel/cpu/rise.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,3 @@ int __init rise_init_cpu(void)
return 0;
}

//early_arch_initcall(rise_init_cpu);

static int __init rise_exit_cpu(void)
{
cpu_devs[X86_VENDOR_RISE] = NULL;
return 0;
}

late_initcall(rise_exit_cpu);
10 changes: 0 additions & 10 deletions trunk/arch/i386/kernel/cpu/transmeta.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,3 @@ int __init transmeta_init_cpu(void)
cpu_devs[X86_VENDOR_TRANSMETA] = &transmeta_cpu_dev;
return 0;
}

//early_arch_initcall(transmeta_init_cpu);

static int __init transmeta_exit_cpu(void)
{
cpu_devs[X86_VENDOR_TRANSMETA] = NULL;
return 0;
}

late_initcall(transmeta_exit_cpu);
10 changes: 0 additions & 10 deletions trunk/arch/i386/kernel/cpu/umc.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,3 @@ int __init umc_init_cpu(void)
cpu_devs[X86_VENDOR_UMC] = &umc_cpu_dev;
return 0;
}

//early_arch_initcall(umc_init_cpu);

static int __init umc_exit_cpu(void)
{
cpu_devs[X86_VENDOR_UMC] = NULL;
return 0;
}

late_initcall(umc_exit_cpu);

0 comments on commit 95f816d

Please sign in to comment.