Module: xenomai-3
Branch: next
Commit: 905c36bac9bf755250019eeed8821bdb45024812
URL:    
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=905c36bac9bf755250019eeed8821bdb45024812

Author: Don Mahurin <d...@mperpetuo.com>
Date:   Thu May 14 17:34:53 2015 -0700

cobalt/arm64: fix warning: expects argument of type 'long unsigned int', but 
argument has type 'u64'

---

 kernel/cobalt/posix/syscall.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/cobalt/posix/syscall.c b/kernel/cobalt/posix/syscall.c
index 857f4f7..1599e7c 100644
--- a/kernel/cobalt/posix/syscall.c
+++ b/kernel/cobalt/posix/syscall.c
@@ -666,7 +666,7 @@ linux_syscall:
        return KEVENT_PROPAGATE;
 
 bad_syscall:
-       printk(XENO_WARNING "bad syscall <%#lx>\n", __xn_syscall(regs));
+       printk(XENO_WARNING "bad syscall <%#llx>\n", __xn_syscall(regs));
 
        __xn_error_return(regs, -ENOSYS);
 


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
https://xenomai.org/mailman/listinfo/xenomai-git

Reply via email to