|
@@ -429,7 +429,7 @@ static void cyrix_identify(struct cpuinfo_x86 * c)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-static struct cpu_dev cyrix_cpu_dev __initdata = {
|
|
|
|
|
|
+static struct cpu_dev cyrix_cpu_dev __cpuinitdata = {
|
|
.c_vendor = "Cyrix",
|
|
.c_vendor = "Cyrix",
|
|
.c_ident = { "CyrixInstead" },
|
|
.c_ident = { "CyrixInstead" },
|
|
.c_init = init_cyrix,
|
|
.c_init = init_cyrix,
|
|
@@ -452,7 +452,7 @@ static int __init cyrix_exit_cpu(void)
|
|
|
|
|
|
late_initcall(cyrix_exit_cpu);
|
|
late_initcall(cyrix_exit_cpu);
|
|
|
|
|
|
-static struct cpu_dev nsc_cpu_dev __initdata = {
|
|
|
|
|
|
+static struct cpu_dev nsc_cpu_dev __cpuinitdata = {
|
|
.c_vendor = "NSC",
|
|
.c_vendor = "NSC",
|
|
.c_ident = { "Geode by NSC" },
|
|
.c_ident = { "Geode by NSC" },
|
|
.c_init = init_nsc,
|
|
.c_init = init_nsc,
|