<html><head></head><body>Reviewed-by: Christopher Covington &lt;cov@codeaurora.org&gt;<br><br><div class="gmail_quote">On December 30, 2015 11:56:42 AM EST, Vijaya Kumar K &lt;Vijaya.Kumar@caviumnetworks.com&gt; wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Define correct syscall numbers for fanotify_init<br />and fanotify_mark for arm64.<br /><br />Signed-off-by: Vijaya Kumar K &lt;vijayak@caviumnetworks.com&gt;<br />---<br /> test/zdtm/live/static/fanotify00.c |    3 +++<br /> 1 file changed, 3 insertions(+)<br /><br />diff --git a/test/zdtm/live/static/fanotify00.c b/test/zdtm/live/static/fanotify00.c<br />index 58b890b..37c9cb4 100644<br />--- a/test/zdtm/live/static/fanotify00.c<br />+++ b/test/zdtm/live/static/fanotify00.c<br />@@ -23,6 +23,9 @@<br /> #elif defined(__PPC64__)<br /> # define __NR_fanotify_init 323<br /> # define __NR_fanotify_mark 324<br />+#elif __aarch64__<br />+# define __NR_fanotify_init     262<br />+# define __NR_fanotify_mark     263<br /> #else<br /> # define __NR_fanotify_init 338<br /> # define __NR_fanotify_mark 339</pre></blockquote></div><br>
-- <br>
Sent from my Android device with K-9 Mail. Please excuse my brevity.</body></html>