ia64/xen-unstable
changeset 11504:e7c55ba4de2e
[POWERPC][XEN] Include io.h so we can match the globals defined here.
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
author | Jimi Xenidis <jimix@watson.ibm.com> |
---|---|
date | Thu Sep 07 12:09:18 2006 -0400 (2006-09-07) |
parents | e20a469dabb4 |
children | 2ebf55e419c9 |
files | xen/arch/powerpc/setup.c |
line diff
1.1 --- a/xen/arch/powerpc/setup.c Thu Sep 07 02:50:06 2006 -0400 1.2 +++ b/xen/arch/powerpc/setup.c Thu Sep 07 12:09:18 2006 -0400 1.3 @@ -43,6 +43,7 @@ 1.4 #include <asm/debugger.h> 1.5 #include <asm/delay.h> 1.6 #include <asm/percpu.h> 1.7 +#include <asm/io.h> 1.8 #include "exceptions.h" 1.9 #include "of-devtree.h" 1.10 #include "oftree.h" 1.11 @@ -79,7 +80,7 @@ cpumask_t cpu_present_map; 1.12 cpumask_t cpu_possible_map; 1.13 1.14 /* XXX get this from ISA node in device tree */ 1.15 -void *vgabase; 1.16 +char *vgabase; 1.17 ulong isa_io_base; 1.18 struct ns16550_defaults ns16550; 1.19