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


Groups > linux.kernel > #1222376 > unrolled thread

[PATCH 1/3] nohz: mark tick_nohz_full_running as __read_mostly

Started byLuiz Capitulino <lcapitulino@redhat.com>
First post2015-09-10 22:00 +0200
Last post2015-09-10 22: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 1/3] nohz: mark tick_nohz_full_running as __read_mostly Luiz Capitulino <lcapitulino@redhat.com> - 2015-09-10 22:00 +0200

#1222376 — [PATCH 1/3] nohz: mark tick_nohz_full_running as __read_mostly

FromLuiz Capitulino <lcapitulino@redhat.com>
Date2015-09-10 22:00 +0200
Subject[PATCH 1/3] nohz: mark tick_nohz_full_running as __read_mostly
Message-ID<q7gaK-32N-13@gated-at.bofh.it>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
---
 kernel/time/tick-sched.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c
index 3319e16..8d45638 100644
--- a/kernel/time/tick-sched.c
+++ b/kernel/time/tick-sched.c
@@ -155,7 +155,7 @@ static void tick_sched_handle(struct tick_sched *ts, struct pt_regs *regs)
 #ifdef CONFIG_NO_HZ_FULL
 cpumask_var_t tick_nohz_full_mask;
 cpumask_var_t housekeeping_mask;
-bool tick_nohz_full_running;
+bool tick_nohz_full_running __read_mostly;
 
 static bool can_stop_full_tick(void)
 {
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web