Quieten debug printing on memory_op hypercall. Don't warn
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 12 Jan 2006 14:44:44 +0000 (15:44 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 12 Jan 2006 14:44:44 +0000 (15:44 +0100)
about disallowed multipage allocation attempts.

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/common/memory.c

index 847fcbb0cc6935065088b2f9bda3ebee7e3c0111..ddad691d29a771d3671d3e7d06cc70485484ca13 100644 (file)
@@ -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++ )
     {