Skip to content

Commit

Permalink
[PATCH] powerpc: Fix typo in topology.h
Browse files Browse the repository at this point in the history
The fix to topology.h (5cfccd7) 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>
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Nov 18, 2005
1 parent b341e32 commit d2a3317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-powerpc/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d2a3317

Please sign in to comment.