]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - kernel/softirq.c
softirq: Eliminate unused cond_resched_softirq() macro
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 5 Mar 2018 19:29:40 +0000 (11:29 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 15 May 2018 17:27:35 +0000 (10:27 -0700)
commitc3442697c2d73d3cdb9d4135cf630ad36ba8552f
treecc3a55e788483920839bd14a2f4fd670e1524d14
parentcee4393989333795ae04dc9f3b83a578afe3fca6
softirq: Eliminate unused cond_resched_softirq() macro

The cond_resched_softirq() macro is not used anywhere in mainline, so
this commit simplifies the kernel by eliminating it.

Suggested-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Ingo Molnar <mingo@redhat.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Tested-by: Nicholas Piggin <npiggin@gmail.com>
include/linux/sched.h
kernel/sched/core.c
kernel/softirq.c