direct-io.hg
changeset 10797:7538ae7ea365
[IA64] clean up linux-xen/tlb.c compiler warnings
Signed-off-by: Al Stone <ahs3@fc.hp.com>
Signed-off-by: Al Stone <ahs3@fc.hp.com>
author | awilliam@xenbuild.aw |
---|---|
date | Mon Jul 10 14:08:36 2006 -0600 (2006-07-10) |
parents | e5c7350b8cbb |
children | bdc0258e162a |
files | xen/arch/ia64/linux-xen/tlb.c |
line diff
1.1 --- a/xen/arch/ia64/linux-xen/tlb.c Mon Jul 10 13:53:17 2006 -0600 1.2 +++ b/xen/arch/ia64/linux-xen/tlb.c Mon Jul 10 14:08:36 2006 -0600 1.3 @@ -173,7 +173,11 @@ EXPORT_SYMBOL(flush_tlb_range); 1.4 void __devinit 1.5 ia64_tlb_init (void) 1.6 { 1.7 +#ifndef XEN 1.8 ia64_ptce_info_t ptce_info; 1.9 +#else 1.10 + ia64_ptce_info_t ptce_info = { 0 }; 1.11 +#endif 1.12 unsigned long tr_pgbits; 1.13 long status; 1.14