commit | f7743fe676fadac8706e7cbd0176b46d7397996d | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Thu Mar 27 17:28:40 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:41:33 2008 +0200 |
tree | 93b64f4cbd95d31800d94e7478a2dc7a1af306ec | |
parent | fb8e8375394e1156a5a1e7ba53504b141d2365a8 [diff] |
x86: paravirt_ops: don't steal memory resources in paravirt_disable_iospace The memory resource is also used for main memory, and we need it to allocate physical addresses for memory hotplug. Knobbling io space is enough to get the job done anyway. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Cc: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Ingo Molnar <mingo@elte.hu>