Merge branch 'linus' into cpus4096
Conflicts: arch/x86/xen/smp.c kernel/sched_rt.c net/iucv/iucv.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -4585,8 +4585,8 @@ static int __init net_dev_init(void)
|
||||
|
||||
dev_boot_phase = 0;
|
||||
|
||||
open_softirq(NET_TX_SOFTIRQ, net_tx_action, NULL);
|
||||
open_softirq(NET_RX_SOFTIRQ, net_rx_action, NULL);
|
||||
open_softirq(NET_TX_SOFTIRQ, net_tx_action);
|
||||
open_softirq(NET_RX_SOFTIRQ, net_rx_action);
|
||||
|
||||
hotcpu_notifier(dev_cpu_callback, 0);
|
||||
dst_init();
|
||||
|
@@ -298,7 +298,7 @@ void flow_cache_flush(void)
|
||||
init_completion(&info.completion);
|
||||
|
||||
local_bh_disable();
|
||||
smp_call_function(flow_cache_flush_per_cpu, &info, 1, 0);
|
||||
smp_call_function(flow_cache_flush_per_cpu, &info, 0);
|
||||
flow_cache_flush_tasklet((unsigned long)&info);
|
||||
local_bh_enable();
|
||||
|
||||
|
Reference in New Issue
Block a user