Loading kernel/smp.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -139,8 +139,7 @@ static void csd_unlock(struct call_single_data *csd) * for execution on the given CPU. data must already have * for execution on the given CPU. data must already have * ->func, ->info, and ->flags set. * ->func, ->info, and ->flags set. */ */ static static void generic_exec_single(int cpu, struct call_single_data *csd, int wait) void generic_exec_single(int cpu, struct call_single_data *csd, int wait) { { struct call_single_queue *dst = &per_cpu(call_single_queue, cpu); struct call_single_queue *dst = &per_cpu(call_single_queue, cpu); unsigned long flags; unsigned long flags; Loading Loading
kernel/smp.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -139,8 +139,7 @@ static void csd_unlock(struct call_single_data *csd) * for execution on the given CPU. data must already have * for execution on the given CPU. data must already have * ->func, ->info, and ->flags set. * ->func, ->info, and ->flags set. */ */ static static void generic_exec_single(int cpu, struct call_single_data *csd, int wait) void generic_exec_single(int cpu, struct call_single_data *csd, int wait) { { struct call_single_queue *dst = &per_cpu(call_single_queue, cpu); struct call_single_queue *dst = &per_cpu(call_single_queue, cpu); unsigned long flags; unsigned long flags; Loading