linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3.10-rt1] rt: Fix NO_HZ config use
@ 2013-08-02 20:24 minyard
  2013-08-12 10:28 ` Sebastian Andrzej Siewior
  0 siblings, 1 reply; 2+ messages in thread
From: minyard @ 2013-08-02 20:24 UTC (permalink / raw)
  To: Sebastian Sewior, Thomas Gleixnet; +Cc: linux-rt-users, Corey Minyard

From: Corey Minyard <cminyard@mvista.com>

NO_HZ is old, it has become NO_HZ_COMMON. NO_HZ generally still works
because a leftover NO_HZ in a config file will still work, but it needs
to be fixed.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
---
 kernel/softirq.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/softirq.c b/kernel/softirq.c
index db2fe2b..d0f189d 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -64,7 +64,7 @@ char *softirq_to_name[NR_SOFTIRQS] = {
 	"TASKLET", "SCHED", "HRTIMER", "RCU"
 };
 
-#ifdef CONFIG_NO_HZ
+#ifdef CONFIG_NO_HZ_COMMON
 # ifdef CONFIG_PREEMPT_RT_FULL
 
 struct softirq_runner {
@@ -151,7 +151,7 @@ void softirq_check_pending_idle(void)
 }
 # endif
 
-#else /* !NO_HZ */
+#else /* !NO_HZ_COMMON */
 static inline void softirq_set_runner(unsigned int sirq) { }
 static inline void softirq_clr_runner(unsigned int sirq) { }
 #endif
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 3.10-rt1] rt: Fix NO_HZ config use
  2013-08-02 20:24 [PATCH 3.10-rt1] rt: Fix NO_HZ config use minyard
@ 2013-08-12 10:28 ` Sebastian Andrzej Siewior
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Andrzej Siewior @ 2013-08-12 10:28 UTC (permalink / raw)
  To: minyard; +Cc: Thomas Gleixnet, linux-rt-users, Corey Minyard

* minyard@acm.org | 2013-08-02 15:24:34 [-0500]:

>From: Corey Minyard <cminyard@mvista.com>
>
>NO_HZ is old, it has become NO_HZ_COMMON. NO_HZ generally still works
>because a leftover NO_HZ in a config file will still work, but it needs
>to be fixed.

Thank you. Patch applied and folded back.

Sebastian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-12 10:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-02 20:24 [PATCH 3.10-rt1] rt: Fix NO_HZ config use minyard
2013-08-12 10:28 ` Sebastian Andrzej Siewior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).