diff options
author | Thomas Gleixner <[email protected]> | 2019-10-23 14:27:14 +0200 |
---|---|---|
committer | Frederic Weisbecker <[email protected]> | 2020-02-14 16:04:35 +0100 |
commit | 7c805795307b40af50a45b7db44dd09ac1700947 (patch) | |
tree | 46617929adc5761765f7385fe646fd8a39d9d64b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (diff) |
x86/entry: Remove _TIF_NOHZ from _TIF_WORK_SYSCALL_ENTRY
Evaluating _TIF_NOHZ to decide whether to use the slow syscall entry path
is not only pointless, it's actually counterproductive:
1) Context tracking code is invoked unconditionally before that flag is
evaluated.
2) If the flag is set the slow path is invoked for nothing due to #1
Remove it.
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions