projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ec2b80
)
xen: disable all non-virtual drivers
author
Jeremy Fitzhardinge
<jeremy@xensource.com>
Wed, 18 Jul 2007 01:37:07 +0000
(18:37 -0700)
committer
Jeremy 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/xen/setup.c
b/arch/i386/xen/setup.c
index 3f8684eba62b8761f5f5dbbf3695ccf0b4fae162..2fe6eac510f0644c8a9f96358f0cdcf5bd72b16d 100644
(file)
--- 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();
}