]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1
authorIngo Molnar <mingo@elte.hu>
Mon, 6 Oct 2008 14:15:57 +0000 (16:15 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 6 Oct 2008 14:15:57 +0000 (16:15 +0200)
Conflicts:
include/asm-x86/dma-mapping.h
include/asm-x86/gpio.h
include/asm-x86/idle.h
include/asm-x86/kvm_host.h
include/asm-x86/namei.h
include/asm-x86/uaccess.h

Signed-off-by: Ingo Molnar <mingo@elte.hu>
37 files changed:
1  2 
include/asm-x86/acpi.h
include/asm-x86/amd_iommu_types.h
include/asm-x86/atomic_64.h
include/asm-x86/cpufeature.h
include/asm-x86/device.h
include/asm-x86/dma-mapping.h
include/asm-x86/efi.h
include/asm-x86/genapic_32.h
include/asm-x86/genapic_64.h
include/asm-x86/geode.h
include/asm-x86/gpio.h
include/asm-x86/hw_irq.h
include/asm-x86/i387.h
include/asm-x86/idle.h
include/asm-x86/io.h
include/asm-x86/iommu.h
include/asm-x86/irq_vectors.h
include/asm-x86/kexec.h
include/asm-x86/kgdb.h
include/asm-x86/kvm_host.h
include/asm-x86/mach-summit/mach_apic.h
include/asm-x86/mce.h
include/asm-x86/mman.h
include/asm-x86/mmconfig.h
include/asm-x86/mmzone_32.h
include/asm-x86/msr.h
include/asm-x86/percpu.h
include/asm-x86/pgtable.h
include/asm-x86/pgtable_64.h
include/asm-x86/processor.h
include/asm-x86/required-features.h
include/asm-x86/spinlock.h
include/asm-x86/swiotlb.h
include/asm-x86/uaccess.h
include/asm-x86/uaccess_64.h
include/asm-x86/uv/uv_bau.h
include/asm-x86/xen/hypervisor.h

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index ad9cd6d49bfc9bc624747709da188301b35f5b55,71b6f7d22e9a9d71236f3abe56c7dcb0ba1fbb8d..5d200e78bd81e18b7e315f8f2d9660cd13c23a1d
@@@ -249,5 -212,25 +249,5 @@@ static inline int dma_get_cache_alignme
  
  #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 */
Simple merge
index 754d635f90ffc9514a1daae0ed560eed9d629cd9,4904c672e4f61cada1b855e14d208f9e93fb4a24..34280f027664a57267d915bda709183b745ea9a5
@@@ -118,7 -118,6 +118,7 @@@ enum uv_system_type {UV_NONE, UV_LEGACY
  #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 */
Simple merge
Simple merge
index c4c91b37c104810433f074c396ca3bbc0e69c701,f9e8f8918a9dfa0750d2a289c0be5ecc30a3047f..497fb980d96245c72689ee3bd0eb630cf0c729a7
@@@ -53,4 -57,6 +53,4 @@@ static inline int irq_to_gpio(unsigned 
  
  #endif /* CONFIG_GPIOLIB */
  
- #endif /* _ASM_I386_GPIO_H */
 -#endif /* CONFIG_X86_RDC321X */
 -
+ #endif /* ASM_X86__GPIO_H */
Simple merge
Simple merge
index cbb649123612f003542c463ff99e54062653c306,dc9c7944847baf227806d9ce7130497c860d60ec..baa3f783d27dcb58c1de4fa66eb5f31deaecc872
@@@ -10,6 -10,4 +10,6 @@@ void idle_notifier_register(struct noti
  void enter_idle(void);
  void exit_idle(void);
  
- #endif
 +void c1e_remove_cpu(int cpu);
 +
+ #endif /* ASM_X86__IDLE_H */
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index c2e34c27590066e4cf3359b78c1805d6c02805fc,920823d53d6ee36eef04c15321ef5b5a7de3df9e..69794547f514f5f249b65acf55ba8d5fd5c12685
@@@ -731,8 -728,4 +731,8 @@@ asmlinkage void kvm_handle_fault_on_reb
        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 */
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 5f702d1d52184424941d3238ee82597c9f05ce37,1838f3959a5ef9f1a94ae851c1576ced6d5ed45e..48ebc0ad40ec17b66b700812c5c4792662227a8f
@@@ -450,5 -450,4 +450,5 @@@ extern struct movsl_mask 
  # include "uaccess_64.h"
  #endif
  
- #endif
+ #endif /* ASM_X86__UACCESS_H */
 +
Simple merge
Simple merge
Simple merge