Re: [PATCH] arch: remove unused macro/function thread_saved_pc()
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2017-06-28 14:36:21
Also in:
lkml
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2017-06-28 14:36:21
Also in:
lkml
On Wed, Jun 28, 2017 at 3:30 PM, Tobias Klauser [off-list ref] wrote:
The only user of thread_saved_pc() in non-arch-specific code was removed
in commit 8243d5597793 ("sched/core: Remove pointless printout in
sched_show_task()"). Remove the implementations as well.
Some architectures use thread_saved_pc() in their arch-specific code.
Leave their thread_saved_pc() intact.
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>arch/m68k/include/asm/processor.h | 2 -- arch/m68k/kernel/process.c | 14 --------------
For the m68k part:
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Gr{oetje,eeting}s,
Geert