]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc: declare set_breakpoint() static
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 5 Jul 2018 16:25:05 +0000 (16:25 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 30 Jul 2018 12:48:18 +0000 (22:48 +1000)
commitb5ac51d747122f8858bdcb3fc7a5c702ef06f6c5
treec152a6155decdc6afe714059f15964600f62b807
parente8cb7a55eb8dcf65838d0911dc7ba00b7d7accf5
powerpc: declare set_breakpoint() static

set_breakpoint() is only used in process.c so make it static

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/debug.h
arch/powerpc/kernel/process.c