sched/debug: Remove redundant macro define
authorValentin Schneider <valentin.schneider@arm.com>
Wed, 26 Feb 2020 12:45:41 +0000 (12:45 +0000)
committerIngo Molnar <mingo@kernel.org>
Wed, 8 Apr 2020 09:35:24 +0000 (11:35 +0200)
commitc745a6212c9923eb2253f4229e5d7277ca3d9d8e
tree0e8bde928b932fb3561ab6f629142f20e9900690
parent275b2f6723ab9173484e1055ae138d4c2dd9d7c5
sched/debug: Remove redundant macro define

Most printing macros for procfs are defined globally in debug.c, and they
are re-defined (to the exact same thing) within proc_sched_show_task().

Get rid of the duplicate defines.

Reviewed-by: Qais Yousef <qais.yousef@arm.com>
Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lkml.kernel.org/r/20200226124543.31986-2-valentin.schneider@arm.com
kernel/sched/debug.c