Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions kernel/sched/MuQSS.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,8 @@ extern struct rq *uprq;
DECLARE_PER_CPU_SHARED_ALIGNED(struct rq, runqueues);
#define this_rq() this_cpu_ptr(&runqueues)
#define raw_rq() raw_cpu_ptr(&runqueues)
#endif /* CONFIG_SMP */

#define task_rq(p) cpu_rq(task_cpu(p))
#endif /* CONFIG_SMP */

static inline int task_current(struct rq *rq, struct task_struct *p)
{
Expand Down