#define dma_is_consistent(d, h)       (1)
  
 -#ifdef CONFIG_X86_32
 -#  define ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY
 -struct dma_coherent_mem {
 -      void            *virt_base;
 -      u32             device_base;
 -      int             size;
 -      int             flags;
 -      unsigned long   *bitmap;
 -};
 -
 -extern int
 -dma_declare_coherent_memory(struct device *dev, dma_addr_t bus_addr,
 -                          dma_addr_t device_addr, size_t size, int flags);
 -
 -extern void
 -dma_release_declared_memory(struct device *dev);
 -
 -extern void *
 -dma_mark_declared_memory_occupied(struct device *dev,
 -                                dma_addr_t device_addr, size_t size);
 -#endif /* CONFIG_X86_32 */
 +#include <asm-generic/dma-coherent.h>
- #endif
+ #endif /* ASM_X86__DMA_MAPPING_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 */
 
  
  #endif /* CONFIG_GPIOLIB */
  
- #endif /* _ASM_I386_GPIO_H */
 -#endif /* CONFIG_X86_RDC321X */
 -
+ #endif /* ASM_X86__GPIO_H */
 
  void enter_idle(void);
  void exit_idle(void);
  
- #endif
 +void c1e_remove_cpu(int cpu);
 +
+ #endif /* ASM_X86__IDLE_H */
 
        KVM_EX_ENTRY " 666b, 667b \n\t" \
        ".popsection"
  
- #endif
 +#define KVM_ARCH_WANT_MMU_NOTIFIER
 +int kvm_unmap_hva(struct kvm *kvm, unsigned long hva);
 +int kvm_age_hva(struct kvm *kvm, unsigned long hva);
 +
+ #endif /* ASM_X86__KVM_HOST_H */
 
  # include "uaccess_64.h"
  #endif
  
- #endif
+ #endif /* ASM_X86__UACCESS_H */
 +