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


Groups > linux.kernel > #1428992 > unrolled thread

[PATCH v2 01/13] sched: Fix power to capacity renaming in comment

Started byMorten Rasmussen <morten.rasmussen@arm.com>
First post2016-06-22 19:10 +0200
Last post2016-06-22 19:10 +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 v2 01/13] sched: Fix power to capacity renaming in comment Morten Rasmussen <morten.rasmussen@arm.com> - 2016-06-22 19:10 +0200

#1428992 — [PATCH v2 01/13] sched: Fix power to capacity renaming in comment

FromMorten Rasmussen <morten.rasmussen@arm.com>
Date2016-06-22 19:10 +0200
Subject[PATCH v2 01/13] sched: Fix power to capacity renaming in comment
Message-ID<rMTP4-6im-25@gated-at.bofh.it>
It is seems that this one escaped Nico's renaming of cpu_power to
cpu_capacity a while back.

cc: Ingo Molnar <mingo@redhat.com>
cc: Peter Zijlstra <peterz@infradead.org>

Signed-off-by: Morten Rasmussen <morten.rasmussen@arm.com>
---
 include/linux/sched.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/sched.h b/include/linux/sched.h
index dee41bf59e6b..d31a3ca1cd64 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1020,7 +1020,7 @@ extern void wake_up_q(struct wake_q_head *head);
 #define SD_BALANCE_FORK		0x0008	/* Balance on fork, clone */
 #define SD_BALANCE_WAKE		0x0010  /* Balance on wakeup */
 #define SD_WAKE_AFFINE		0x0020	/* Wake task to waking CPU */
-#define SD_SHARE_CPUCAPACITY	0x0080	/* Domain members share cpu power */
+#define SD_SHARE_CPUCAPACITY	0x0080	/* Domain members share cpu capacity */
 #define SD_SHARE_POWERDOMAIN	0x0100	/* Domain members share power domain */
 #define SD_SHARE_PKG_RESOURCES	0x0200	/* Domain members share cpu pkg resources */
 #define SD_SERIALIZE		0x0400	/* Only a single load balancing instance */
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web