|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
Re: [XenPPC] [PATCH] build break due to missing <asm/time.h>
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
|
|
|
|
|