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>
This commit is contained in:
Jeremy Fitzhardinge 2007-07-17 18:37:07 -07:00 коммит произвёл Jeremy Fitzhardinge
Родитель 9ec2b804e0
Коммит dfdcdd42fd
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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();
}