-#ifndef _ASM_X86_BUGS_H
 -#define _ASM_X86_BUGS_H
 +#ifndef ASM_X86__BUGS_H
 +#define ASM_X86__BUGS_H
  
  extern void check_bugs(void);
+ 
+ #ifdef CONFIG_CPU_SUP_INTEL_32
  int ppro_with_ram_bug(void);
+ #else
+ static inline int ppro_with_ram_bug(void) { return 0; }
+ #endif
  
 -#endif /* _ASM_X86_BUGS_H */
 +#endif /* ASM_X86__BUGS_H */
 
  #define get_uv_system_type()          UV_NONE
  #define is_uv_system()                        0
  #define uv_wakeup_secondary(a, b)     1
+ #define uv_system_init()              do {} while (0)
  
  
 -#endif
 +#endif /* ASM_X86__GENAPIC_32_H */