|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [IA64] Avoid use of kernel type in user c
# HG changeset patch
# User Alex Williamson <alex.williamson@xxxxxx>
# Date 1181581527 21600
# Node ID a8f780b5ff972814e7025dd5bae7c401ae8aa436
# Parent 9c96ff147be6b73109e4d0bae407c8cc0b501d59
[IA64] Avoid use of kernel type in user code.
Signed-off-by: Tristan Gingold <tgingold@xxxxxxx>
---
tools/libfsimage/common/fsimage_grub.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 9c96ff147be6 -r a8f780b5ff97 tools/libfsimage/common/fsimage_grub.c
--- a/tools/libfsimage/common/fsimage_grub.c Mon Jun 11 11:02:05 2007 -0600
+++ b/tools/libfsimage/common/fsimage_grub.c Mon Jun 11 11:05:27 2007 -0600
@@ -145,7 +145,7 @@ fsig_log2 (unsigned long word)
#else
# define ia64_popcnt(x) \
({ \
- __u64 ia64_intri_res; \
+ uint64_t ia64_intri_res; \
asm ("popcnt %0=%1" : "=r" (ia64_intri_res) : "r" (x)); \
ia64_intri_res; \
})
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [IA64] Avoid use of kernel type in user code.,
Xen patchbot-unstable <=
|
|
|
|
|