ChangeSet 1.1372, 2005/04/23 11:53:18+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx
grant_table.c:
gcc4 tweak.
grant_table.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -Nru a/xen/common/grant_table.c b/xen/common/grant_table.c
--- a/xen/common/grant_table.c 2005-04-23 07:03:27 -04:00
+++ b/xen/common/grant_table.c 2005-04-23 07:03:27 -04:00
@@ -437,7 +437,7 @@
gnttab_map_grant_ref_t *uop, unsigned int count)
{
int i, flush = 0;
- unsigned long va;
+ unsigned long va = 0;
for ( i = 0; i < count; i++ )
if ( __gnttab_map_grant_ref(&uop[i], &va) == 0 )
@@ -633,7 +633,7 @@
gnttab_unmap_grant_ref_t *uop, unsigned int count)
{
int i, flush = 0;
- unsigned long va;
+ unsigned long va = 0;
for ( i = 0; i < count; i++ )
if ( __gnttab_unmap_grant_ref(&uop[i], &va) == 0 )
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|