diff options
author | Peter Zijlstra <[email protected]> | 2011-07-22 13:41:54 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2011-08-14 11:53:02 +0200 |
commit | 7fdba1ca10462f42ad2246b918fe6368f5ce488e (patch) | |
tree | 6cdb2d8c57da4dde9df3aa22bd4839151884dba6 /net/unix/sysctl_net_unix.c | |
parent | bdc2209fd246820de2816691ac0e82600885e1a8 (diff) |
perf, x86: Avoid kfree() in CPU_STARTING
On -rt kfree() can schedule, but CPU_STARTING is before the CPU is
fully up and running. These are contradictory, so avoid it. Instead
push the kfree() to CPU_ONLINE where we're free to schedule.
Reported-by: Thomas Gleixner <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions