Mailing List Archive

Quieten debug printing on memory_op hypercall. Don't warn
# HG changeset patch
# User kaf24@firebug.cl.cam.ac.uk
# Node ID 4520b451a70efd7c768e3532e173840240939f3a
# Parent 87a97054b469610c354b30195a84b85798ac3f62
Quieten debug printing on memory_op hypercall. Don't warn
about disallowed multipage allocation attempts.

Signed-off-by: Keir Fraser <keir@xensource.com>

diff -r 87a97054b469 -r 4520b451a70e xen/common/memory.c
--- a/xen/common/memory.c Thu Jan 12 14:43:22 2006
+++ b/xen/common/memory.c Thu Jan 12 14:44:44 2006
@@ -38,10 +38,7 @@

if ( (extent_order != 0) &&
!multipage_allocation_permitted(current->domain) )
- {
- DPRINTK("Only I/O-capable domains may allocate multi-page extents.\n");
return 0;
- }

for ( i = 0; i < nr_extents; i++ )
{

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog