sched/core: Remove pointless printout in sched_show_task()
authorLinus Torvalds <[email protected]>
Tue, 1 Nov 2016 23:47:18 +0000 (17:47 -0600)
committerIngo Molnar <[email protected]>
Thu, 3 Nov 2016 06:31:34 +0000 (07:31 +0100)
commit8243d5597793b5e85143c9a935e1b971c59740a9
treee173f297363ee0fc5400ba660a40faea57d246ad
parent382005027fedc50b28d40ae64ef1461cca38953e
sched/core: Remove pointless printout in sched_show_task()

In sched_show_task() we print out a useless hex number, not even a
symbol, and there's a big question mark whether this even makes sense
anyway, I suspect we should just remove it all.

Signed-off-by: Linus Torvalds <[email protected]>
Acked-by: Andy Lutomirski <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Tetsuo Handa <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/CA+55aFzphURPFzAvU4z6Moy7ZmimcwPuUdYU8bj9z0J+S8X1rw@mail.gmail.com
Signed-off-by: Ingo Molnar <[email protected]>
kernel/sched/core.c