bitkeeper revision 1.1236.9.4 (422de287K2jrgIwhqpseOXIo8w8acA)
authorcwc22@centipede.cl.cam.ac.uk <cwc22@centipede.cl.cam.ac.uk>
Tue, 8 Mar 2005 17:36:07 +0000 (17:36 +0000)
committercwc22@centipede.cl.cam.ac.uk <cwc22@centipede.cl.cam.ac.uk>
Tue, 8 Mar 2005 17:36:07 +0000 (17:36 +0000)
tidying up debug msgs

xen/common/grant_table.c
xen/include/xen/grant_table.h

index e1069471d9794e8a6b2c53ef96b4b4b9d31be9d3..b8f76dff062cd3869e350e4e1f1ff7d877f493d8 100644 (file)
@@ -22,6 +22,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#define GRANT_DEBUG 1
+
 #include <xen/config.h>
 #include <xen/sched.h>
 #include <asm-x86/mm.h>
@@ -702,8 +704,8 @@ gnttab_check_unmap(
     /* TODO: beat the caller around the head with a brick.
      *       have to walk the grant tables to find this thing.
      */
-    DPRINTK("gnttab_check_unmap remote dom(%d) local dom(%d) frame (%x) flags(%x).\n",
-            rd->id, ld->id, frame, readonly);
+    /*DPRINTK("gnttab_check_unmap remote dom(%d) local dom(%d) frame (%x) flags(%x).\n",
+            rd->id, ld->id, frame, readonly);*/
     return 0;
 }
 
index 2a484c4a2947b91e8abecf708b6de8daf571584b..c161667cdf9f39e141f16c441c12a7f3016cec3c 100644 (file)
@@ -27,8 +27,6 @@
 #include <xen/config.h>
 #include <public/grant_table.h>
 
-#define GRANT_DEBUG 1
-
 /* Active grant entry - used for shadowing GTF_permit_access grants. */
 typedef struct {
     u32           pin;    /* Reference count information.  */