Skip to content

Commit

Permalink
xen: disable all non-virtual drivers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeremy Fitzhardinge authored and Jeremy Fitzhardinge committed Jul 18, 2007
1 parent 9ec2b80 commit dfdcdd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/i386/xen/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit dfdcdd4

Please sign in to comment.