]> git.baikalelectronics.ru Git - kernel.git/commit
uprobes: Move function declarations out of arch
authorDavid A. Long <dave.long@linaro.org>
Tue, 15 Oct 2013 21:04:16 +0000 (17:04 -0400)
committerOleg Nesterov <oleg@redhat.com>
Wed, 6 Nov 2013 18:59:37 +0000 (19:59 +0100)
commit52d666159d634a341843a70633a35d53539a1c57
treef699664c81b82392b61220c0a0274c25954b5b4f
parentd1057399a423a6286c5663aaad1832c468d092cb
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>
arch/powerpc/include/asm/uprobes.h
arch/x86/include/asm/uprobes.h
include/linux/uprobes.h