From 3eeea674662dfeebc4009bd9df9678754f603844 Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Mon, 11 Jun 2007 11:05:27 -0600 Subject: [IA64] Avoid use of kernel type in user code. Signed-off-by: Tristan Gingold --- tools/libfsimage/common/fsimage_grub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/libfsimage') diff --git a/tools/libfsimage/common/fsimage_grub.c b/tools/libfsimage/common/fsimage_grub.c index 0e12ce5530..5edb3ba05b 100644 --- a/tools/libfsimage/common/fsimage_grub.c +++ b/tools/libfsimage/common/fsimage_grub.c @@ -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; \ }) -- cgit v1.2.3