summaryrefslogtreecommitdiffstats
path: root/kernel/kgdb.c
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2008-11-25 02:35:02 +1030
committerIngo Molnar <mingo@elte.hu>2008-11-24 17:49:47 +0100
commitabcd083a1a658d2bc1f7fced02632bfe03918002 (patch)
treeba9fe810b1fc62c7f66f9b5fc17c6f3e6bcbd35b /kernel/kgdb.c
parentea6f18ed5a1531caf678374f30a0990c9e6742f3 (diff)
downloadop-kernel-dev-abcd083a1a658d2bc1f7fced02632bfe03918002.zip
op-kernel-dev-abcd083a1a658d2bc1f7fced02632bfe03918002.tar.gz
sched: convert sched.c from for_each_cpu_mask to for_each_cpu.
Impact: trivial API conversion This is a simple conversion, but note that for_each_cpu() terminates with i >= nr_cpu_ids, not i == NR_CPUS like for_each_cpu_mask() did. I don't convert all of them: sd->span changes in a later patch, so change those iterators there rather than here. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/kgdb.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud