Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264448
b: refs/heads/master
c: 7744799
h: refs/heads/master
v: v3
  • Loading branch information
Daniel De Graaf authored and Konrad Rzeszutek Wilk committed Oct 14, 2011
1 parent fdfc63b commit 6f7fa1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b25d89e19be2ff2fa7a5c80099e88fa56d66334
refs/heads/master: 77447991b6c9aef83d101aae4a9e5d83c206b9c5
2 changes: 1 addition & 1 deletion trunk/drivers/xen/xenbus/xenbus_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ static int __init xenbus_init(void)

/* Next allocate a local port which xenstored can bind to */
alloc_unbound.dom = DOMID_SELF;
alloc_unbound.remote_dom = 0;
alloc_unbound.remote_dom = DOMID_SELF;

err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound,
&alloc_unbound);
Expand Down

0 comments on commit 6f7fa1c

Please sign in to comment.