commit | 3820b4d2789f5166afdb136bb14f93166e6cfbc2 | [log] [tgz] |
---|---|---|
author | David A. Long <dave.long@linaro.org> | Tue Oct 15 17:04:16 2013 -0400 |
committer | Oleg Nesterov <oleg@redhat.com> | Wed Nov 06 19:59:37 2013 +0100 |
tree | f699664c81b82392b61220c0a0274c25954b5b4f | |
parent | f891d8cfb8372eb9cfe9d0d4ca61c75bafeaae37 [diff] |
uprobes: Move function declarations out of arch Move the function declarations from the arch headers to the common header, since only the function bodies are architecture-specific. These changes are from Vincent Rabin's uprobes patch. [ oleg: update arch/powerpc/include/asm/uprobes.h ] Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: David A. Long <dave.long@linaro.org> Signed-off-by: Oleg Nesterov <oleg@redhat.com>