x86/cpu/amd: Exclude 32bit only assembler from 64bit build
[linux-2.6-microblaze.git] / arch / x86 / kernel / cpu / amd.c
index 1bcb489..fb6a64b 100644 (file)
@@ -82,12 +82,14 @@ static inline int wrmsrl_amd_safe(unsigned msr, unsigned long long val)
  *     performance at the same time..
  */
 
+#ifdef CONFIG_X86_32
 extern __visible void vide(void);
 __asm__(".text\n"
        ".globl vide\n"
        ".type vide, @function\n"
        ".align 4\n"
        "vide: ret\n");
+#endif
 
 static void init_amd_k5(struct cpuinfo_x86 *c)
 {