diff options
Diffstat (limited to 'arch/x86/kernel/cpu/amd.c')
-rw-r--r-- | arch/x86/kernel/cpu/amd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c index d64ea6097ca7..e0ba2c7c5a18 100644 --- a/arch/x86/kernel/cpu/amd.c +++ b/arch/x86/kernel/cpu/amd.c | |||
@@ -42,7 +42,6 @@ static void __cpuinit init_amd(struct cpuinfo_x86 *c) | |||
42 | { | 42 | { |
43 | u32 l, h; | 43 | u32 l, h; |
44 | int mbytes = num_physpages >> (20-PAGE_SHIFT); | 44 | int mbytes = num_physpages >> (20-PAGE_SHIFT); |
45 | int r; | ||
46 | 45 | ||
47 | #ifdef CONFIG_SMP | 46 | #ifdef CONFIG_SMP |
48 | unsigned long long value; | 47 | unsigned long long value; |
@@ -75,8 +74,6 @@ static void __cpuinit init_amd(struct cpuinfo_x86 *c) | |||
75 | */ | 74 | */ |
76 | clear_cpu_cap(c, 0*32+31); | 75 | clear_cpu_cap(c, 0*32+31); |
77 | 76 | ||
78 | r = get_model_name(c); | ||
79 | |||
80 | switch (c->x86) { | 77 | switch (c->x86) { |
81 | case 4: | 78 | case 4: |
82 | /* | 79 | /* |