ia64/xen-unstable
changeset 276:99f5d61af2be
bitkeeper revision 1.121 (3e6cf4a8_LxOMGfcSxEpe45dcA1CZg)
Merge labyrinth.cl.cam.ac.uk:/usr/groups/xeno/BK/xeno.bk
into labyrinth.cl.cam.ac.uk:/anfs/scratch/labyrinth/iap10/xeno-clone/xeno.bk
Merge labyrinth.cl.cam.ac.uk:/usr/groups/xeno/BK/xeno.bk
into labyrinth.cl.cam.ac.uk:/anfs/scratch/labyrinth/iap10/xeno-clone/xeno.bk
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Mon Mar 10 20:25:12 2003 +0000 (2003-03-10) |
parents | 207ec86133bb 6ccdfe654b2b |
children | 7ba7a40d2083 |
files | xen/net/dev.c |
line diff
1.1 --- a/xen/net/dev.c Mon Mar 10 14:42:20 2003 +0000 1.2 +++ b/xen/net/dev.c Mon Mar 10 20:25:12 2003 +0000 1.3 @@ -1996,7 +1996,9 @@ long do_net_update(void) 1.4 1.5 if (page->tot_count != 1) 1.6 { 1.7 - DPRINTK("An rx page must be mapped exactly once\n"); 1.8 + DPRINTK("RX page mapped multple times (%d/%d/%08x)\n", 1.9 + page->type_count, page->tot_count, page->flags); 1.10 + 1.11 goto rx_unmap_and_continue; 1.12 } 1.13