Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217832
b: refs/heads/master
c: 8e3e999
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Oct 20, 2010
1 parent 610c591 commit 036b48c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f31fdf510531333dea95f0a92e6eaa1c3a7541e2
refs/heads/master: 8e3e99918b9ccd6bc2369ddbcd74056f8796e1e0
4 changes: 3 additions & 1 deletion trunk/drivers/xen/xenbus/xenbus_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@


int xen_store_evtchn;
EXPORT_SYMBOL(xen_store_evtchn);
EXPORT_SYMBOL_GPL(xen_store_evtchn);

struct xenstore_domain_interface *xen_store_interface;
EXPORT_SYMBOL_GPL(xen_store_interface);

static unsigned long xen_store_mfn;

static BLOCKING_NOTIFIER_HEAD(xenstore_chain);
Expand Down

0 comments on commit 036b48c

Please sign in to comment.