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

[Xen-ia64-devel] Re: [PATCH 07/29] ia64/xen: add a neccessary header fil

To: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Subject: [Xen-ia64-devel] Re: [PATCH 07/29] ia64/xen: add a neccessary header file to copmle include/xen/interface/xen.h
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Thu, 17 Jul 2008 14:55:30 +0900
Cc: tony.luck@xxxxxxxxx, linux-ia64@xxxxxxxxxxxxxxx, virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx, xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 16 Jul 2008 22:55:34 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <487EDBF9.8050305@xxxxxxxx>
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
References: <12162606614068-git-send-email-yamahata@xxxxxxxxxxxxx> <1216260662692-git-send-email-yamahata@xxxxxxxxxxxxx> <487EDBF9.8050305@xxxxxxxx>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.6i
On Wed, Jul 16, 2008 at 10:43:21PM -0700, Jeremy Fitzhardinge wrote:
> Isaku Yamahata wrote:
> >Create include/asm-ia64/pvclock-abi.h to compile which includes
> >include/asm-x86/pvclock-abi.h because ia64/xen uses same structure.
> >Hopefully include/asm-x86/pvclock-abi.h would be moved to somewhere
> >more generic.
> >  
> 
> Could you fix the patch title spelling ("necessary", "compile")?  The 
> misspelled words are hard to search for.
> 
> >Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
> >---
> > include/asm-ia64/pvclock-abi.h |    5 +++++
> > 1 files changed, 5 insertions(+), 0 deletions(-)
> > create mode 100644 include/asm-ia64/pvclock-abi.h
> >
> >diff --git a/include/asm-ia64/pvclock-abi.h 
> >b/include/asm-ia64/pvclock-abi.h
> >new file mode 100644
> >index 0000000..1c34d11
> >--- /dev/null
> >+++ b/include/asm-ia64/pvclock-abi.h
> >@@ -0,0 +1,5 @@
> >+/*
> >+ * use same streucute to x86's
> >  
> "structure"?
> 

Thanks for pointing out. Fixed typo.


>From f6cfeafb4a63058b97a3a32f45e02ef878faa947 Mon Sep 17 00:00:00 2001
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Fri, 4 Jul 2008 11:29:33 +0900
Subject: [PATCH 12/29] ia64/xen: add a necessary header file to compile 
include/xen/interface/xen.h

Create include/asm-ia64/pvclock-abi.h to compile which includes
include/asm-x86/pvclock-abi.h because ia64/xen uses same structure.
Hopefully include/asm-x86/pvclock-abi.h would be moved to somewhere
more generic.

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
 include/asm-ia64/pvclock-abi.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
 create mode 100644 include/asm-ia64/pvclock-abi.h

diff --git a/include/asm-ia64/pvclock-abi.h b/include/asm-ia64/pvclock-abi.h
new file mode 100644
index 0000000..63cbcca
--- /dev/null
+++ b/include/asm-ia64/pvclock-abi.h
@@ -0,0 +1,5 @@
+/*
+ * use same structure to x86's
+ * Hopefully asm-x86/pvclock-abi.h would be moved to somewhere more generic.
+ */
+#include <asm-x86/pvclock-abi.h>
-- 
1.5.3




-- 
yamahata

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

<Prev in Thread] Current Thread [Next in Thread>