All of lore.kernel.org
 help / color / mirror / Atom feed
* 143e1e28 sched: Rework sched_domain topology definition
@ 2014-07-20  6:43 Mike Galbraith
  2014-07-20  6:52 ` Peter Zijlstra
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Galbraith @ 2014-07-20  6:43 UTC (permalink / raw)
  To: Vincent Guittot; +Cc: Peter Zijlstra, LKML

Hi,

+/*
+ * Topology list, bottom-up.
+ */
+static struct sched_domain_topology_level default_topology[] = {
+#ifdef CONFIG_SCHED_SMT
+	{ cpu_smt_mask, cpu_smt_flags, SD_INIT_NAME(SMT) },
+#endif
+#ifdef CONFIG_SCHED_MC
+	{ cpu_coregroup_mask, cpu_core_flags, SD_INIT_NAME(MC) },
+#endif
+#ifdef CONFIG_SCHED_BOOK
+	{ cpu_book_mask, SD_INIT_NAME(BOOK) },
+#endif
+	{ cpu_cpu_mask, SD_INIT_NAME(DIE) },
+	{ NULL, },
+};

Why did this commit rename the CPU domain to DIE?

-Mike


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

end of thread, other threads:[~2014-07-20  7:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-20  6:43 143e1e28 sched: Rework sched_domain topology definition Mike Galbraith
2014-07-20  6:52 ` Peter Zijlstra
2014-07-20  7:05   ` Mike Galbraith
2014-07-20  7:19     ` Mike Galbraith

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.