Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=dfdcdd42fdf63452ddd1bed6f49ae2a35dfb5d6c
Commit:     dfdcdd42fdf63452ddd1bed6f49ae2a35dfb5d6c
Parent:     9ec2b804e099e8a326369e6cccab10dee1d172ee
Author:     Jeremy Fitzhardinge <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 17 18:37:07 2007 -0700
Committer:  Jeremy Fitzhardinge <[EMAIL PROTECTED]>
CommitDate: Wed Jul 18 08:47:46 2007 -0700

    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 <[EMAIL PROTECTED]>
    Cc: Rusty Russell <[EMAIL PROTECTED]>
---
 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 3f8684e..2fe6eac 100644
--- a/arch/i386/xen/setup.c
+++ b/arch/i386/xen/setup.c
@@ -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();
 }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to