diff options
author | David S. Miller <davem@davemloft.net> | 2015-07-23 03:41:16 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-07-23 03:41:16 -0400 |
commit | c5e40ee287db61a79af1746954ee03ebbf1ff8a3 (patch) | |
tree | 007da00e75e9b84766ac4868421705300e1e2e14 /kernel/cpu.c | |
parent | 052831879945be0d9fad2216b127147c565ec1b1 (diff) | |
parent | c5dfd654d0ec0a28fe81e7bd4d4fd984a9855e09 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
net/bridge/br_mdb.c
br_mdb.c conflict was a function call being removed to fix a bug in
'net' but whose signature was changed in 'net-next'.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/cpu.c')
-rw-r--r-- | kernel/cpu.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c index 6a374544d495..5644ec5582b9 100644 --- a/kernel/cpu.c +++ b/kernel/cpu.c | |||
@@ -527,18 +527,9 @@ static int _cpu_up(unsigned int cpu, int tasks_frozen) | |||
527 | goto out_notify; | 527 | goto out_notify; |
528 | } | 528 | } |
529 | 529 | ||
530 | /* | ||
531 | * Some architectures have to walk the irq descriptors to | ||
532 | * setup the vector space for the cpu which comes online. | ||
533 | * Prevent irq alloc/free across the bringup. | ||
534 | */ | ||
535 | irq_lock_sparse(); | ||
536 | |||
537 | /* Arch-specific enabling code. */ | 530 | /* Arch-specific enabling code. */ |
538 | ret = __cpu_up(cpu, idle); | 531 | ret = __cpu_up(cpu, idle); |
539 | 532 | ||
540 | irq_unlock_sparse(); | ||
541 | |||
542 | if (ret != 0) | 533 | if (ret != 0) |
543 | goto out_notify; | 534 | goto out_notify; |
544 | BUG_ON(!cpu_online(cpu)); | 535 | BUG_ON(!cpu_online(cpu)); |