WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Quieten down grant table code.

# HG changeset patch
# User iap10@xxxxxxxxxxxxxxxxxxxxx
# Node ID d4338cc89c2c447c6182b189113eb5a014cbe699
# Parent  4ec947baae75285fcc7426b3ea618ae764c816e0
Quieten down grant table code.
Signed-off-by: ian@xxxxxxxxxxxxx

diff -r 4ec947baae75 -r d4338cc89c2c xen/common/grant_table.c
--- a/xen/common/grant_table.c  Mon Aug 15 13:16:04 2005
+++ b/xen/common/grant_table.c  Mon Aug 15 14:52:32 2005
@@ -1130,7 +1130,7 @@
     int            retries = 0;
     unsigned long  target_pfn;
 
-#ifdef GRANT_DEBUG_VERBOSE
+#if GRANT_DEBUG_VERBOSE
     DPRINTK("gnttab_prepare_for_transfer rd(%hu) ld(%hu) ref(%hu).\n",
             rd->domain_id, ld->domain_id, ref);
 #endif
@@ -1211,7 +1211,7 @@
     grant_entry_t  *sha;
     unsigned long   pfn;
 
-#ifdef GRANT_DEBUG_VERBOSE
+#if GRANT_DEBUG_VERBOSE
     DPRINTK("gnttab_notify_transfer rd(%hu) ld(%hu) ref(%hu).\n",
             rd->domain_id, ld->domain_id, ref);
 #endif

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Quieten down grant table code., Xen patchbot -unstable <=