dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] powerpc: Fix typo in topology.h

The fix to topology.h (5cfccd7f13) 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: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Michael Ellerman 2005-11-17 20:34:35 +11:00 committed by Paul Mackerras
parent b341e32e5c
commit d2a3317097
1 changed files with 1 additions and 1 deletions

View File

@ -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 \