[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Quieten debug printing on memory_op hypercall. Don't warn
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # 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@xxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |