debuggers.hg
changeset 3759:c9f8e6db6bfd
bitkeeper revision 1.1159.249.2 (4208d80fdADS1E8W_FrA3GnIhbkDTw)
my bad.
signed-off-by: akw27@cl.cam.ac.uk
my bad.
signed-off-by: akw27@cl.cam.ac.uk
author | akw27@labyrinth.cl.cam.ac.uk |
---|---|
date | Tue Feb 08 15:17:35 2005 +0000 (2005-02-08) |
parents | 456195c4774c |
children | 4f427b731288 |
files | linux-2.6.10-xen-sparse/drivers/xen/blktap/blktap_datapath.c |
line diff
1.1 --- a/linux-2.6.10-xen-sparse/drivers/xen/blktap/blktap_datapath.c Tue Feb 08 14:47:09 2005 +0000 1.2 +++ b/linux-2.6.10-xen-sparse/drivers/xen/blktap/blktap_datapath.c Tue Feb 08 15:17:35 2005 +0000 1.3 @@ -142,7 +142,7 @@ inline void kick_be_domain(void) 1.4 1.5 wmb(); /* Ensure that the frontend can see the requests. */ 1.6 RING_PUSH_REQUESTS(BLKIF_RING, &blktap_be_ring); 1.7 - notify_via_evtchn(blkif_ptbe_evtchn); 1.8 + notify_via_evtchn(blktap_be_evtchn); 1.9 DPRINTK("notified BE\n"); 1.10 } 1.11