|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [xenppc-unstable] [POWERPC][XEN] Include io.h so we can match t
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID a83cd26714b0be6a52f94f4cc1379929799949b8
# Parent c0034f57ead75782d958363bb61938cee59f0db9
[POWERPC][XEN] Include io.h so we can match the globals defined here.
Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
---
xen/arch/powerpc/setup.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
diff -r c0034f57ead7 -r a83cd26714b0 xen/arch/powerpc/setup.c
--- a/xen/arch/powerpc/setup.c Thu Sep 07 02:50:06 2006 -0400
+++ b/xen/arch/powerpc/setup.c Thu Sep 07 12:09:18 2006 -0400
@@ -43,6 +43,7 @@
#include <asm/debugger.h>
#include <asm/delay.h>
#include <asm/percpu.h>
+#include <asm/io.h>
#include "exceptions.h"
#include "of-devtree.h"
#include "oftree.h"
@@ -79,7 +80,7 @@ cpumask_t cpu_possible_map;
cpumask_t cpu_possible_map;
/* XXX get this from ISA node in device tree */
-void *vgabase;
+char *vgabase;
ulong isa_io_base;
struct ns16550_defaults ns16550;
_______________________________________________
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] [xenppc-unstable] [POWERPC][XEN] Include io.h so we can match the globals defined here.,
Xen patchbot-xenppc-unstable <=
|
|
|
|
|