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

Re: [XenPPC] [PATCH] build break due to missing <asm/time.h>

To: Olof Johansson <olof@xxxxxxxxx>
Subject: Re: [XenPPC] [PATCH] build break due to missing <asm/time.h>
From: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
Date: Tue, 21 Nov 2006 09:41:47 -0500
Cc: xen-ppc-devel <xen-ppc-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 21 Nov 2006 06:41:52 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20061120184629.6cd4eada@pb15>
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>
References: <20061120184629.6cd4eada@pb15>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thanks Olof... pushed.
BTW: are you updating our linux tree? if you are watch out the IRQ stuff benh might bite you.
-JX
On Nov 20, 2006, at 7:46 PM, Olof Johansson wrote:

In file included from arch/powerpc/platforms/xen/evtchn.c:9:
arch/powerpc/platforms/xen/setup.h: In function 'tb_to_ns':
arch/powerpc/platforms/xen/setup.h:12: error: 'tb_ticks_per_sec' undeclared (first use in this function) arch/powerpc/platforms/xen/setup.h:12: error: (Each undeclared identifier is reported only once arch/powerpc/platforms/xen/setup.h:12: error: for each function it appears in.)

Signed-off-by: Olof Johansson <olof@xxxxxxxxx>


diff -r 4e5b95219939 arch/powerpc/platforms/xen/setup.h
--- a/arch/powerpc/platforms/xen/setup.h Mon Nov 20 12:35:47 2006 -0500 +++ b/arch/powerpc/platforms/xen/setup.h Mon Nov 20 16:41:53 2006 -0800
@@ -1,5 +1,6 @@

 #include <asm/machdep.h>
+#include <asm/time.h>

 extern void evtchn_init_IRQ(void);
 extern void xen_init_IRQ(void);

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


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

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