提交 d2a33170 编写于 作者: M Michael Ellerman 提交者: Paul Mackerras

[PATCH] powerpc: Fix typo in topology.h

The fix to topology.h (5cfccd7f) seems to have
a typeo, struct sched_domain has an idle_idx member but not an idle_id
member. I assume this is the fix.
Signed-off-by: NMichael Ellerman <michael@ellerman.id.au>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 b341e32e
......@@ -42,7 +42,7 @@ static inline int node_to_first_cpu(int node)
.cache_nice_tries = 1, \
.per_cpu_gain = 100, \
.busy_idx = 3, \
.idle_id = 1, \
.idle_idx = 1, \
.newidle_idx = 2, \
.wake_idx = 1, \
.flags = SD_LOAD_BALANCE \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册