From: cwc22@centipede.cl.cam.ac.uk Date: Tue, 8 Mar 2005 17:36:07 +0000 (+0000) Subject: bitkeeper revision 1.1236.9.4 (422de287K2jrgIwhqpseOXIo8w8acA) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~17857^2~57^2~15^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=48b0bde4bb45a5f05a71058d70606ec19c7f0f56;p=xen.git bitkeeper revision 1.1236.9.4 (422de287K2jrgIwhqpseOXIo8w8acA) tidying up debug msgs --- diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c index e1069471d9..b8f76dff06 100644 --- a/xen/common/grant_table.c +++ b/xen/common/grant_table.c @@ -22,6 +22,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#define GRANT_DEBUG 1 + #include #include #include @@ -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; } diff --git a/xen/include/xen/grant_table.h b/xen/include/xen/grant_table.h index 2a484c4a29..c161667cdf 100644 --- a/xen/include/xen/grant_table.h +++ b/xen/include/xen/grant_table.h @@ -27,8 +27,6 @@ #include #include -#define GRANT_DEBUG 1 - /* Active grant entry - used for shadowing GTF_permit_access grants. */ typedef struct { u32 pin; /* Reference count information. */