Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel ↵ | David Howells | 2012-10-02 | 1 | -2/+2 |
| | | | | | | | | | | | | system headers Convert #include "..." to #include <path/...> in kernel system headers. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com> | ||||
* | tracing: Unify arch_syscall_addr() implementations | Mike Frysinger | 2010-02-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | Most implementations of arch_syscall_addr() are the same, so create a default version in common code and move the one piece that differs (the syscall table) to asm/syscall.h. New arch ports don't have to waste time copying & pasting this simple function. The s390/sparc versions need to be different, so document why. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: David S. Miller <davem@davemloft.net> Acked-by: Paul Mundt <lethal@linux-sh.org> Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com> Cc: Steven Rostedt <rostedt@goodmis.org> LKML-Reference: <1264498803-17278-1-git-send-email-vapier@gentoo.org> Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> | ||||
* | sh: Provide the asm/syscall.h interface, needed by tracehook. | Paul Mundt | 2008-09-12 | 1 | -0/+10 |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> |