ia64/xen-unstable
changeset 11372:8cc27cb8516b
[XEN][POWERPC] more -Wshadow issues with gcc4
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 | Mon Aug 21 10:04:37 2006 -0400 (2006-08-21) |
parents | 3425e338b849 |
children | 1ef82dd7f66b |
files | xen/arch/powerpc/ofd_fixup.c xen/arch/powerpc/oftree.h |
line diff
1.1 --- a/xen/arch/powerpc/ofd_fixup.c Mon Aug 21 06:57:14 2006 -0400 1.2 +++ b/xen/arch/powerpc/ofd_fixup.c Mon Aug 21 10:04:37 2006 -0400 1.3 @@ -24,6 +24,7 @@ 1.4 #include <xen/version.h> 1.5 #include <public/xen.h> 1.6 #include "of-devtree.h" 1.7 +#include "oftree.h" 1.8 1.9 #undef RTAS 1.10 1.11 @@ -440,8 +441,7 @@ static ofdn_t ofd_xen_props(void *m, str 1.12 } 1.13 return n; 1.14 } 1.15 -extern int ofd_dom0_fixup( 1.16 - struct domain *d, ulong oftree, start_info_t *si, ulong dst); 1.17 + 1.18 int ofd_dom0_fixup(struct domain *d, ulong mem, start_info_t *si, ulong eoload) 1.19 { 1.20 void *m;
2.1 --- a/xen/arch/powerpc/oftree.h Mon Aug 21 06:57:14 2006 -0400 2.2 +++ b/xen/arch/powerpc/oftree.h Mon Aug 21 10:04:37 2006 -0400 2.3 @@ -25,7 +25,7 @@ extern ulong oftree; 2.4 extern ulong oftree_len; 2.5 2.6 extern int ofd_dom0_fixup( 2.7 - struct domain *d, ulong oftree, start_info_t *si, ulong dst); 2.8 + struct domain *d, ulong mem, start_info_t *si, ulong dst); 2.9 2.10 extern int firmware_image_start[0]; 2.11 extern int firmware_image_size[0];