aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/topology.h
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2005-11-17 04:34:35 -0500
committerPaul Mackerras <paulus@samba.org>2005-11-17 21:18:11 -0500
commitd2a33170972c5772826f7f6cc950ab69ba034667 (patch)
tree4943e088cc0d89cd081c05f7e4185efde89f6454 /include/asm-powerpc/topology.h
parentb341e32e5cc1a154cb0ac2f4229c2d040647804b (diff)
[PATCH] powerpc: Fix typo in topology.h
The fix to topology.h (5cfccd7f132432dd4705444a44b51d12ef88a85f) 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>
Diffstat (limited to 'include/asm-powerpc/topology.h')
-rw-r--r--include/asm-powerpc/topology.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/topology.h b/include/asm-powerpc/topology.h
index 0e8c20c96062..db8095cbe09b 100644
--- a/include/asm-powerpc/topology.h
+++ b/include/asm-powerpc/topology.h
@@ -42,7 +42,7 @@ static inline int node_to_first_cpu(int node)
42 .cache_nice_tries = 1, \ 42 .cache_nice_tries = 1, \
43 .per_cpu_gain = 100, \ 43 .per_cpu_gain = 100, \
44 .busy_idx = 3, \ 44 .busy_idx = 3, \
45 .idle_id = 1, \ 45 .idle_idx = 1, \
46 .newidle_idx = 2, \ 46 .newidle_idx = 2, \
47 .wake_idx = 1, \ 47 .wake_idx = 1, \
48 .flags = SD_LOAD_BALANCE \ 48 .flags = SD_LOAD_BALANCE \