]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - samples/kprobes/jprobe_example.c
Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[karo-tx-linux.git] / samples / kprobes / jprobe_example.c
index c285a3b8a9f1a5d88e4fc229368ac6ad25473f29..c3108bb1578996dd30c11d0f8c515f04c41a5d03 100644 (file)
@@ -25,7 +25,7 @@
 /* Proxy routine having the same arguments as actual _do_fork() routine */
 static long j_do_fork(unsigned long clone_flags, unsigned long stack_start,
              unsigned long stack_size, int __user *parent_tidptr,
-             int __user *child_tidptr)
+             int __user *child_tidptr, unsigned long tls)
 {
        pr_info("jprobe: clone_flags = 0x%lx, stack_start = 0x%lx "
                "stack_size = 0x%lx\n", clone_flags, stack_start, stack_size);