diff options
author | Alex Nixon <alex.nixon@citrix.com> | 2009-02-09 21:05:46 +0100 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2010-10-18 16:40:27 +0200 |
commit | 23ace955c22cb9bdf703e4bdc9bf7379166113cd (patch) | |
tree | acc0236d94cac0b8e760255cbdbdb4c6722128c8 /arch/x86 | |
parent | arm: Use ARCH_IRQ_INIT_FLAGS (diff) | |
download | linux-23ace955c22cb9bdf703e4bdc9bf7379166113cd.tar.xz linux-23ace955c22cb9bdf703e4bdc9bf7379166113cd.zip |
xen: Don't disable the I/O space
If a guest domain wants to access PCI devices through the frontend
driver (coming later in the patch series), it will need access to the
I/O space.
[ Impact: Allow for domU IO access, preparing for pci passthrough ]
Signed-off-by: Alex Nixon <alex.nixon@citrix.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/xen/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/xen/setup.c b/arch/x86/xen/setup.c index 328b00305426..c413132702f7 100644 --- a/arch/x86/xen/setup.c +++ b/arch/x86/xen/setup.c @@ -260,7 +260,5 @@ void __init xen_arch_setup(void) pm_idle = xen_idle; - paravirt_disable_iospace(); - fiddle_vdso(); } |