0e9e131edf
25242-x86_64-hotplug-compat-m2p.patch 25247-SVM-no-rdtsc-intercept.patch 25267-x86-text-unlikely.patch 25269-x86-vMCE-addr-misc-write.patch 25271-x86_64-IST-index.patch 25327-pvdrv-no-asm-system-h.patch - Upstream patches from Jan 25168-x86-memset-size.patch 25191-x86-tdt-delta-calculation.patch 25195-x86-cpuidle-C2-no-flush-or-bm-check.patch 25196-x86-HAP-PAT-sr.patch 25200-x86_64-trap-bounce-flags.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=189
25 lines
842 B
Diff
25 lines
842 B
Diff
# HG changeset patch
|
|
# User Olaf Hering <olaf@aepfle.de>
|
|
# Date 1336989867 -7200
|
|
# Node ID cc7a054a5a27bbb75a9b83d3c62ed6094c209e66
|
|
# Parent cd4dd23a831d954ba530ced0fdea9685c1975d44
|
|
unmodified_drivers: remove inclusion of asm/system.h
|
|
|
|
Allow compilation of PVonHVM drivers with forward-ported xenlinux
|
|
sources in openSuSE 12.2. Since Linux 3.4 asm/system.h is not present
|
|
anymore. Remove inclusion of this header, its not needed.
|
|
|
|
Signed-off-by: Olaf Hering <olaf@aepfle.de>
|
|
Committed-by: Jan Beulich <jbeulich@suse.com>
|
|
|
|
--- a/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c
|
|
+++ b/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c
|
|
@@ -30,7 +30,6 @@
|
|
#include <linux/interrupt.h>
|
|
#include <linux/vmalloc.h>
|
|
#include <linux/mm.h>
|
|
-#include <asm/system.h>
|
|
#include <asm/io.h>
|
|
#include <asm/irq.h>
|
|
#include <asm/uaccess.h>
|