diff options
author | Thomas Gleixner <[email protected]> | 2014-12-05 08:48:29 +0000 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2014-12-16 14:08:14 +0100 |
commit | 250a1ac685f147d4f4b2f132cfaffcce1a6792c1 (patch) | |
tree | f48cae7b41ac77b5966f614393f4fca5c6a4f9e3 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 5db66334a7e83cda70fb6193dcaa2590da3a1b7d (diff) |
x86, smpboot: Remove pointless preempt_disable() in native_smp_prepare_cpus()
There is no reason to keep preemption disabled in this function.
We only have two other threads live: kthreadd and idle. Neither of
them is going to preempt. But that preempt_disable forces all the code
inside to do GFP_ATOMIC allocations which is just insane.
Remove it.
Signed-off-by: Thomas Gleixner <[email protected]>
Tested-by: Borislav Petkov <[email protected]>
Cc: Jiang Liu <[email protected]>
Cc: Joerg Roedel <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions