]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge branch 'stable/for-linus-3.8' into linux-next
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 28 Nov 2012 19:43:13 +0000 (14:43 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 28 Nov 2012 19:43:13 +0000 (14:43 -0500)
* stable/for-linus-3.8:
  xen/acpi: Move the xen_running_on_version_or_later function.
  xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h
  xen/acpi: Fix compile error by missing decleration for xen_domain.
  xen/acpi: revert pad config check in xen_check_mwait
  xen/acpi: ACPI PAD driver
  xen-pciback: reject out of range inputs
  xen-pciback: simplify and tighten parsing of device IDs
  xen PVonHVM: use E820_Reserved area for shared_info

Conflicts:
arch/x86/xen/enlighten.c

1  2 
arch/x86/xen/enlighten.c
drivers/xen/Makefile
include/xen/xen-ops.h

Simple merge
Simple merge
index a50e7bee891203e52cf489763327face535d8d30,6170abd53d0bf1b8aa0612a46dc929aa1284a21e..d6fe062cad6b3128b25104107a1c0468d442295f
@@@ -27,10 -26,8 +27,11 @@@ void xen_destroy_contiguous_region(unsi
  struct vm_area_struct;
  int xen_remap_domain_mfn_range(struct vm_area_struct *vma,
                               unsigned long addr,
 -                             unsigned long mfn, int nr,
 -                             pgprot_t prot, unsigned domid);
 +                             xen_pfn_t mfn, int nr,
 +                             pgprot_t prot, unsigned domid,
 +                             struct page **pages);
 +int xen_unmap_domain_mfn_range(struct vm_area_struct *vma,
 +                             int numpgs, struct page **pages);
  
+ bool xen_running_on_version_or_later(unsigned int major, unsigned int minor);
  #endif /* INCLUDE_XEN_OPS_H */