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-ppc-devel

[XenPPC] [pushed] [ppc] oops, I dropped the Xen interface version

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [pushed] [ppc] oops, I dropped the Xen interface version
From: jimix@xxxxxxxxxxxxxx
Date: Thu, 11 May 2006 15:40:54 -0400
Delivery-date: Thu, 11 May 2006 12:39:15 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
changeset:   10262:dddad35fc8e2e60e49efad7437046871e3d0f735
tag:         tip
user:        jimix@xxxxxxxxxxxxxxxxxxxxx
date:        Thu May 11 15:38:46 2006 -0400
files:       xen/include/public/arch-ppc64.h
description:
[ppc] oops, I dropped the Xen interface version


diff -r b7d0a0c4eb4b683d7da088a4f862569fd5fd1dae -r 
dddad35fc8e2e60e49efad7437046871e3d0f735 xen/include/public/arch-ppc64.h
--- a/xen/include/public/arch-ppc64.h   Thu May 11 15:38:14 2006 -0400
+++ b/xen/include/public/arch-ppc64.h   Thu May 11 15:38:46 2006 -0400
@@ -20,7 +20,7 @@
 #ifndef __XEN_PUBLIC_ARCH_PPC_64_H__
 #define __XEN_PUBLIC_ARCH_PPC_64_H__
 
-#ifndef __XEN__
+#if !(defined(__XEN__) || defined(__XEN_TOOLS__))
 /* not sure how this is supposed to get asserted */
 #define __XEN_INTERFACE_VERSION__ 0x00030202
 #endif



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

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [pushed] [ppc] oops, I dropped the Xen interface version, jimix <=