diff options
| -rw-r--r-- | arch/i386/kernel/cpu/amd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/cpu/amd.c b/arch/i386/kernel/cpu/amd.c index 4c1ddf2b57cc..53a1681cd964 100644 --- a/arch/i386/kernel/cpu/amd.c +++ b/arch/i386/kernel/cpu/amd.c | |||
| @@ -29,7 +29,7 @@ static void __init init_amd(struct cpuinfo_x86 *c) | |||
| 29 | int r; | 29 | int r; |
| 30 | 30 | ||
| 31 | #ifdef CONFIG_SMP | 31 | #ifdef CONFIG_SMP |
| 32 | unsigned long value; | 32 | unsigned long long value; |
| 33 | 33 | ||
| 34 | /* Disable TLB flush filter by setting HWCR.FFDIS on K8 | 34 | /* Disable TLB flush filter by setting HWCR.FFDIS on K8 |
| 35 | * bit 6 of msr C001_0015 | 35 | * bit 6 of msr C001_0015 |
