mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 06:32:08 +00:00
softirqs: Make wakeup_softirqd static
No users outside of kernel/softirq.c Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
b30a3f6257
commit
676cb02dc3
2 changed files with 1 additions and 2 deletions
|
@ -67,7 +67,7 @@ char *softirq_to_name[NR_SOFTIRQS] = {
|
|||
* to the pending events, so lets the scheduler to balance
|
||||
* the softirq load for us.
|
||||
*/
|
||||
void wakeup_softirqd(void)
|
||||
static void wakeup_softirqd(void)
|
||||
{
|
||||
/* Interrupts are disabled: no need to stop preemption */
|
||||
struct task_struct *tsk = __get_cpu_var(ksoftirqd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue