[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAJd=RBAv=5B7FPRYQtEKnxTHCz65eC29d0w+ANoQivMWnhMfhQ@mail.gmail.com>
Date: Thu, 5 Jul 2012 20:27:09 +0800
From: Hillf Danton <dhillf@...il.com>
To: LKML <linux-kernel@...r.kernel.org>,
Hillf Danton <dhillf@...il.com>
Subject: [patch] BFS 421-1: cleanup rt_queue
The first patch, a tiny cleanup, in the round of 421-1.
SOB: Hillf Danton <dhillf@...il.com>
---
--- a/kernel/sched/bfs.c Thu Jul 5 20:08:04 2012
+++ b/kernel/sched/bfs.c Thu Jul 5 20:10:36 2012
@@ -84,7 +84,6 @@
#define rt_prio(prio) unlikely((prio) < MAX_RT_PRIO)
#define rt_task(p) rt_prio((p)->prio)
-#define rt_queue(rq) rt_prio((rq)->rq_prio)
#define batch_task(p) (unlikely((p)->policy == SCHED_BATCH))
#define is_rt_policy(policy) ((policy) == SCHED_FIFO || \
(policy) == SCHED_RR)
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists