sched: Rename sched.c as sched/core.c in comments and Documentation
Most of the stuff from kernel/sched.c was moved to kernel/sched/core.c long time back and the comments/Documentation never got updated. I figured it out when I was going through sched-domains.txt and so thought of fixing it globally. I haven't crossed check if the stuff that is referenced in sched/core.c by all these files is still present and hasn't changed as that wasn't the motive behind this patch. Signed-off-by:Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by:
Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/cdff76a265326ab8d71922a1db5be599f20aad45.1370329560.git.viresh.kumar@linaro.org Signed-off-by:
Ingo Molnar <mingo@kernel.org>
Showing
- Documentation/cgroups/cpusets.txt 1 addition, 1 deletionDocumentation/cgroups/cpusets.txt
- Documentation/rt-mutex-design.txt 1 addition, 1 deletionDocumentation/rt-mutex-design.txt
- Documentation/scheduler/sched-domains.txt 2 additions, 2 deletionsDocumentation/scheduler/sched-domains.txt
- Documentation/spinlocks.txt 1 addition, 1 deletionDocumentation/spinlocks.txt
- Documentation/virtual/uml/UserModeLinux-HOWTO.txt 2 additions, 2 deletionsDocumentation/virtual/uml/UserModeLinux-HOWTO.txt
- arch/avr32/kernel/process.c 1 addition, 1 deletionarch/avr32/kernel/process.c
- arch/cris/include/arch-v10/arch/bitops.h 1 addition, 1 deletionarch/cris/include/arch-v10/arch/bitops.h
- arch/ia64/kernel/head.S 1 addition, 1 deletionarch/ia64/kernel/head.S
- arch/mips/kernel/mips-mt-fpaff.c 2 additions, 2 deletionsarch/mips/kernel/mips-mt-fpaff.c
- arch/mips/kernel/scall32-o32.S 3 additions, 2 deletionsarch/mips/kernel/scall32-o32.S
- arch/powerpc/include/asm/mmu_context.h 1 addition, 1 deletionarch/powerpc/include/asm/mmu_context.h
- arch/tile/include/asm/processor.h 1 addition, 1 deletionarch/tile/include/asm/processor.h
- arch/tile/kernel/stack.c 1 addition, 1 deletionarch/tile/kernel/stack.c
- arch/um/kernel/sysrq.c 1 addition, 1 deletionarch/um/kernel/sysrq.c
- include/linux/completion.h 1 addition, 1 deletioninclude/linux/completion.h
- include/linux/perf_event.h 1 addition, 1 deletioninclude/linux/perf_event.h
- include/linux/spinlock_up.h 1 addition, 1 deletioninclude/linux/spinlock_up.h
- include/uapi/asm-generic/unistd.h 1 addition, 1 deletioninclude/uapi/asm-generic/unistd.h
- kernel/cpuset.c 2 additions, 2 deletionskernel/cpuset.c
- kernel/time.c 1 addition, 1 deletionkernel/time.c
Please register or sign in to comment