]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
tools: ocaml: drop redefinition of xen_mb
authorIan Campbell <ian.campbell@citrix.com>
Thu, 31 Mar 2011 18:31:06 +0000 (19:31 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 31 Mar 2011 18:31:06 +0000 (19:31 +0100)
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>
tools/ocaml/libs/xb/xs_ring_stubs.c

index a3bb175df99d852e74049dbeddf60c35705efb46..00414c5353c2f2c41158af8aea132eef13d15758 100644 (file)
 
 #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)
 {