[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [POWERPC][XEN] Include io.h so we can match the globals defined here.
# HG changeset patch # User Jimi Xenidis <jimix@xxxxxxxxxxxxxx> # Node ID e7c55ba4de2ee6b0c3bd760ef92130a326630917 # Parent e20a469dabb42c8731171556f99e076a7981d2bf [POWERPC][XEN] Include io.h so we can match the globals defined here. Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx> Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx> --- xen/arch/powerpc/setup.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -r e20a469dabb4 -r e7c55ba4de2e 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-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |