diff options
Diffstat (limited to 'arch/i386/kernel/cpu/umc.c')
-rw-r--r-- | arch/i386/kernel/cpu/umc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/cpu/umc.c b/arch/i386/kernel/cpu/umc.c index 2cd988f6dc55..392b195948d6 100644 --- a/arch/i386/kernel/cpu/umc.c +++ b/arch/i386/kernel/cpu/umc.c | |||
@@ -10,7 +10,7 @@ static void __init init_umc(struct cpuinfo_x86 * c) | |||
10 | 10 | ||
11 | } | 11 | } |
12 | 12 | ||
13 | static struct cpu_dev umc_cpu_dev __initdata = { | 13 | static struct cpu_dev umc_cpu_dev __cpuinitdata = { |
14 | .c_vendor = "UMC", | 14 | .c_vendor = "UMC", |
15 | .c_ident = { "UMC UMC UMC" }, | 15 | .c_ident = { "UMC UMC UMC" }, |
16 | .c_models = { | 16 | .c_models = { |