projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f29dec
)
x86_32: Fix build after 20575:0930d17589a6
author
Keir Fraser
<keir.fraser@citrix.com>
Sat, 5 Dec 2009 12:32:34 +0000
(12:32 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Sat, 5 Dec 2009 12:32:34 +0000
(12:32 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/common/grant_table.c
patch
|
blob
|
history
diff --git
a/xen/common/grant_table.c
b/xen/common/grant_table.c
index c265f02cac9bcfc579a119f39029ea2b61b21b70..cfcae99acabbad7eef90bf356a12205765f7154b 100644
(file)
--- a/
xen/common/grant_table.c
+++ b/
xen/common/grant_table.c
@@
-2551,7
+2551,7
@@
void gnttab_usage_print(struct domain *rd)
}
/* [ddd] ddddd 0xXXXXXX 0xXXXXXXXX ddddd 0xXXXXXX 0xXX */
- printk("[%3d] %5d 0x%06lx 0x%08x %5d 0x%06
lx
0x%02x\n",
+ printk("[%3d] %5d 0x%06lx 0x%08x %5d 0x%06
"PRIx64"
0x%02x\n",
ref, act->domid, act->frame, act->pin,
sha->domid, frame, status);
}