From: kaf24@firebug.cl.cam.ac.uk Date: Thu, 12 Jan 2006 14:44:44 +0000 (+0100) Subject: Quieten debug printing on memory_op hypercall. Don't warn X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16541^2~57 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8a0da1c3344769e55dc12423b116c97fe4860356;p=xen.git Quieten debug printing on memory_op hypercall. Don't warn about disallowed multipage allocation attempts. Signed-off-by: Keir Fraser --- diff --git a/xen/common/memory.c b/xen/common/memory.c index 847fcbb0cc..ddad691d29 100644 --- a/xen/common/memory.c +++ b/xen/common/memory.c @@ -38,10 +38,7 @@ increase_reservation( 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++ ) {