Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfdcdd42 authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge Committed by Jeremy Fitzhardinge
Browse files

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: default avatarJeremy Fitzhardinge <jeremy@xensource.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
parent 9ec2b804
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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();
}