diff options
author | Alex Nixon <alex.nixon@citrix.com> | 2009-02-09 12:05:46 -0800 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2010-10-18 10:40:27 -0400 |
commit | 23ace955c22cb9bdf703e4bdc9bf7379166113cd (patch) | |
tree | acc0236d94cac0b8e760255cbdbdb4c6722128c8 /arch | |
parent | 032fa36091a925f555158f4e80f8a09d951cdb10 (diff) | |
download | linux-23ace955c22cb9bdf703e4bdc9bf7379166113cd.tar.gz linux-23ace955c22cb9bdf703e4bdc9bf7379166113cd.tar.bz2 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')
-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(); } |