|
@@ -68,10 +68,6 @@ static inline void kfree_call_rcu(struct rcu_head *head,
|
|
|
call_rcu(head, func);
|
|
|
}
|
|
|
|
|
|
-static inline void rcu_preempt_note_context_switch(void)
|
|
|
-{
|
|
|
-}
|
|
|
-
|
|
|
static inline int rcu_needs_cpu(int cpu, unsigned long *delta_jiffies)
|
|
|
{
|
|
|
*delta_jiffies = ULONG_MAX;
|
|
@@ -81,7 +77,6 @@ static inline int rcu_needs_cpu(int cpu, unsigned long *delta_jiffies)
|
|
|
static inline void rcu_note_context_switch(int cpu)
|
|
|
{
|
|
|
rcu_sched_qs(cpu);
|
|
|
- rcu_preempt_note_context_switch();
|
|
|
}
|
|
|
|
|
|
/*
|