Re: [PATCH] arch: remove unused macro/function thread_saved_pc()

2017-06-28 Thread Linus Torvalds
On Wed, Jun 28, 2017 at 6:30 AM, Tobias Klauser 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_p

Re: [PATCH] arch: remove unused macro/function thread_saved_pc()

2017-06-28 Thread Geert Uytterhoeven
On Wed, Jun 28, 2017 at 3:30 PM, Tobias Klauser 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_p

[PATCH] arch: remove unused macro/function thread_saved_pc()

2017-06-28 Thread Tobias Klauser
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() in