WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] tools: ocaml: drop redefinition of xen_mb

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] tools: ocaml: drop redefinition of xen_mb
From: Ian Campbell <ian.campbell@xxxxxxxxxx>
Date: Thu, 31 Mar 2011 11:41:40 +0100
Cc: Ian Campbell <ian.campbell@xxxxxxxxxx>
Delivery-date: Thu, 31 Mar 2011 03:44:36 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.6.4
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1301568095 -3600
# Node ID b56a21124c7f02979cf96b2404c6ecc0bc48e6f7
# Parent  c5c4486138cc92ad1cd4a7080d9a6074dd31b756
tools: ocaml: drop redefinition of xen_mb

This is always available to the in-tree build.

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

diff -r c5c4486138cc -r b56a21124c7f tools/ocaml/libs/xb/xs_ring_stubs.c
--- a/tools/ocaml/libs/xb/xs_ring_stubs.c       Thu Mar 31 11:41:26 2011 +0100
+++ b/tools/ocaml/libs/xb/xs_ring_stubs.c       Thu Mar 31 11:41:35 2011 +0100
@@ -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)
 {

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] tools: ocaml: drop redefinition of xen_mb, Ian Campbell <=