[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-8b06c55bdb8b402cb4814e83dc4b1cb245fcc9f5@git.kernel.org>
Date: Wed, 20 Aug 2014 01:19:46 -0700
From: tip-bot for Pranith Kumar <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
bobby.prani@...il.com, torvalds@...ux-foundation.org,
peterz@...radead.org, tglx@...utronix.de
Subject: [tip:sched/core] sched: Match declaration with definition
Commit-ID: 8b06c55bdb8b402cb4814e83dc4b1cb245fcc9f5
Gitweb: http://git.kernel.org/tip/8b06c55bdb8b402cb4814e83dc4b1cb245fcc9f5
Author: Pranith Kumar <bobby.prani@...il.com>
AuthorDate: Wed, 13 Aug 2014 13:28:12 -0400
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Wed, 20 Aug 2014 09:47:19 +0200
sched: Match declaration with definition
Match the declaration of runqueues with the definition.
Signed-off-by: Pranith Kumar <bobby.prani@...il.com>
Signed-off-by: Peter Zijlstra <peterz@...radead.org>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Link: http://lkml.kernel.org/r/1407950893-32731-1-git-send-email-bobby.prani@gmail.com
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
kernel/sched/sched.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index 579712f..4c2b87f 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -647,7 +647,7 @@ static inline int cpu_of(struct rq *rq)
#endif
}
-DECLARE_PER_CPU(struct rq, runqueues);
+DECLARE_PER_CPU_SHARED_ALIGNED(struct rq, runqueues);
#define cpu_rq(cpu) (&per_cpu(runqueues, (cpu)))
#define this_rq() (&__get_cpu_var(runqueues))
--
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