summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorRoland McGrath2008-07-26 04:45:59 +0200
committerLinus Torvalds2008-07-26 21:00:10 +0200
commitbbc698636ed48b6fcd323964e0f847a6a796325d (patch)
treec90d31c179aad154089a88d4845f1721ded40860 /lib/Makefile
parenttracehook: wait_task_inactive (diff)
downloadkernel-qcow2-linux-bbc698636ed48b6fcd323964e0f847a6a796325d.tar.gz
kernel-qcow2-linux-bbc698636ed48b6fcd323964e0f847a6a796325d.tar.xz
kernel-qcow2-linux-bbc698636ed48b6fcd323964e0f847a6a796325d.zip
task_current_syscall
This adds the new function task_current_syscall() on machines where the asm/syscall.h interface is supported (CONFIG_HAVE_ARCH_TRACEHOOK). It's exported for modules to use in the future. This function safely samples the state of a blocked thread to collect what system call it is blocked in, and the six system call argument registers. Signed-off-by: Roland McGrath <roland@redhat.com> Cc: Oleg Nesterov <oleg@tv-sign.ru> Reviewed-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 9085ad6fa53d..942c7250f603 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -78,6 +78,8 @@ lib-$(CONFIG_GENERIC_BUG) += bug.o
obj-$(CONFIG_HAVE_LMB) += lmb.o
+obj-$(CONFIG_HAVE_ARCH_TRACEHOOK) += syscall.o
+
hostprogs-y := gen_crc32table
clean-files := crc32table.h