Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1489589 > unrolled thread

[PATCH RT 03/10] sched: lazy_preempt: avoid a warning in the !RT case

Started bySteven Rostedt <rostedt@goodmis.org>
First post2016-09-23 00:00 +0200
Last post2016-09-23 00:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH RT 03/10] sched: lazy_preempt: avoid a warning in the !RT case Steven Rostedt <rostedt@goodmis.org> - 2016-09-23 00:00 +0200

#1489589 — [PATCH RT 03/10] sched: lazy_preempt: avoid a warning in the !RT case

FromSteven Rostedt <rostedt@goodmis.org>
Date2016-09-23 00:00 +0200
Subject[PATCH RT 03/10] sched: lazy_preempt: avoid a warning in the !RT case
Message-ID<skkca-3ii-17@gated-at.bofh.it>
4.1.33-rt38-rc1 stable review patch.
If anyone has any objections, please let me know.

------------------

From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
---
 kernel/sched/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index 5396888893da..9f05a3dacd16 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -3123,7 +3123,7 @@ static __always_inline int preemptible_lazy(void)
 
 #else
 
-static int preemptible_lazy(void)
+static inline int preemptible_lazy(void)
 {
 	return 1;
 }
-- 
2.8.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web