From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH][XEN] public header: portability Date: Thu, 21 Aug 2008 11:15:25 +0100 Message-ID: References: <200808211203.48511.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200808211203.48511.Christoph.Egger@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Christoph Egger , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 21/8/08 11:03, "Christoph Egger" wrote: > Attached patch defines xen_*mb() macros for NetBSD. > > Signed-off-by: Christoph Egger Since this has presumably never worked unmodified for NetBSD, it's not a compatibility issue. You should simply specify __XEN_INTERFACE_VERSION__ >= 0x00030208 and fix up any small build breakages that this causes in the NetBSD kernel sources. -- Keir