[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1322535836-13590-1-git-send-email-haishan.bai@gmail.com>
Date: Tue, 29 Nov 2011 11:03:55 +0800
From: Shan Hai <haishan.bai@...il.com>
To: linux-kernel@...r.kernel.org
Cc: peterz@...radead.org, mingo@...e.hu, tglx@...utronix.de
Subject: [PATCH 0/1] sched/rt: code cleanup, remove a redundant function call
Calls the sched_rt_runtime twice in the sched_rt_runtime_exceeded, and the
second time call is not necessary, because the value of the rt_runtime was
alreay read and rt_runtimer itself was protected by the rt_runtime_lock.
---
kernel/sched_rt.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
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