diff options
author | Jeremy Fitzhardinge <jeremy@xensource.com> | 2007-07-17 21:37:07 -0400 |
---|---|---|
committer | Jeremy Fitzhardinge <jeremy@goop.org> | 2007-07-18 11:47:46 -0400 |
commit | dfdcdd42fdf63452ddd1bed6f49ae2a35dfb5d6c (patch) | |
tree | 6dacfde0710abc6a3e35b36bf54c5aad579c97e1 | |
parent | 9ec2b804e099e8a326369e6cccab10dee1d172ee (diff) |
xen: disable all non-virtual drivers
A domU Xen environment has no non-virtual drivers, so make sure
they're all disabled at once.
Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
-rw-r--r-- | arch/i386/xen/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/xen/setup.c b/arch/i386/xen/setup.c index 3f8684eba62b..2fe6eac510f0 100644 --- a/arch/i386/xen/setup.c +++ b/arch/i386/xen/setup.c | |||
@@ -91,4 +91,6 @@ void __init xen_arch_setup(void) | |||
91 | /* fill cpus_possible with all available cpus */ | 91 | /* fill cpus_possible with all available cpus */ |
92 | xen_fill_possible_map(); | 92 | xen_fill_possible_map(); |
93 | #endif | 93 | #endif |
94 | |||
95 | paravirt_disable_iospace(); | ||
94 | } | 96 | } |