aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-31 19:31:06 +0100
committerIan Campbell <ian.campbell@citrix.com>2011-03-31 19:31:06 +0100
commit75c300588b4bc675d9fb2f64e9ec956d808e4992 (patch)
treea83a2f13c86159c9ad0743868656c1d5adabb5a1 /tools/ocaml
parent13b78f330bec615f6458dac0bbe2e7ec4412ee5d (diff)
downloadxen-75c300588b4bc675d9fb2f64e9ec956d808e4992.tar.gz
xen-75c300588b4bc675d9fb2f64e9ec956d808e4992.tar.bz2
xen-75c300588b4bc675d9fb2f64e9ec956d808e4992.zip
tools: ocaml: drop redefinition of xen_mb
This is always available to the in-tree build. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/ocaml')
-rw-r--r--tools/ocaml/libs/xb/xs_ring_stubs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/ocaml/libs/xb/xs_ring_stubs.c b/tools/ocaml/libs/xb/xs_ring_stubs.c
index a3bb175df9..00414c5353 100644
--- a/tools/ocaml/libs/xb/xs_ring_stubs.c
+++ b/tools/ocaml/libs/xb/xs_ring_stubs.c
@@ -35,10 +35,6 @@
#define GET_C_STRUCT(a) ((struct mmap_interface *) a)
-#ifndef xen_mb
-#define xen_mb() mb()
-#endif
-
static int xs_ring_read(struct mmap_interface *interface,
char *buffer, int len)
{