]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita9000c316704ba69bc22e0a4c795f1aab8c10eca
tree0e8bde928b932fb3561ab6f629142f20e9900690
parenta55f839849f181ef4e3916934a4c2f1a59b26dd9
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