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-changelog

[Xen-changelog] [xen-unstable] tools: ocaml: drop redefinition of xen_mb

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] tools: ocaml: drop redefinition of xen_mb
From: Xen patchbot-unstable <patchbot@xxxxxxx>
Date: Fri, 01 Apr 2011 06:50:16 +0100
Delivery-date: Thu, 31 Mar 2011 22:51:58 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1301596266 -3600
# Node ID 7629273603b67c27c3ffdfe3e9c682026ea35101
# Parent  1d1fa583c84540db45374be2b972703d08941033
tools: ocaml: drop redefinition of xen_mb

This is always available to the in-tree build.

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---


diff -r 1d1fa583c845 -r 7629273603b6 tools/ocaml/libs/xb/xs_ring_stubs.c
--- a/tools/ocaml/libs/xb/xs_ring_stubs.c       Thu Mar 31 19:30:42 2011 +0100
+++ b/tools/ocaml/libs/xb/xs_ring_stubs.c       Thu Mar 31 19:31:06 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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] tools: ocaml: drop redefinition of xen_mb, Xen patchbot-unstable <=