]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
xen: disable all non-virtual drivers
authorJeremy Fitzhardinge <jeremy@xensource.com>
Wed, 18 Jul 2007 01:37:07 +0000 (18:37 -0700)
committerJeremy Fitzhardinge <jeremy@goop.org>
Wed, 18 Jul 2007 15:47:46 +0000 (08:47 -0700)
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>
arch/i386/xen/setup.c

index 3f8684eba62b8761f5f5dbbf3695ccf0b4fae162..2fe6eac510f0644c8a9f96358f0cdcf5bd72b16d 100644 (file)
@@ -91,4 +91,6 @@ void __init xen_arch_setup(void)
        /* fill cpus_possible with all available cpus */
        xen_fill_possible_map();
 #endif
+
+       paravirt_disable_iospace();
 }