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

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 8186a0f..2926d7e 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