Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Michael Ellerman and committed by
Paul Mackerras
d2a33170 b341e32e

+1 -1
+1 -1
include/asm-powerpc/topology.h
··· 42 42 .cache_nice_tries = 1, \ 43 43 .per_cpu_gain = 100, \ 44 44 .busy_idx = 3, \ 45 - .idle_id = 1, \ 45 + .idle_idx = 1, \ 46 46 .newidle_idx = 2, \ 47 47 .wake_idx = 1, \ 48 48 .flags = SD_LOAD_BALANCE \