]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sched/idle: Move cpu/idle.c to sched/idle.c
authorNicolas Pitre <nicolas.pitre@linaro.org>
Mon, 27 Jan 2014 04:42:01 +0000 (23:42 -0500)
committerIngo Molnar <mingo@kernel.org>
Tue, 11 Feb 2014 08:58:30 +0000 (09:58 +0100)
commitcf37b6b48428d6be8f8762b3599d529c44644fb2
tree3143f2b2c7c4480290f0b809c407e5cab8d01304
parent16f8b05abe33575b5fc0833cab1286bd6227f255
sched/idle: Move cpu/idle.c to sched/idle.c

Integration of cpuidle with the scheduler requires that the idle loop be
closely integrated with the scheduler proper. Moving cpu/idle.c into the
sched directory will allow for a smoother integration, and eliminate a
subdirectory which contained only one source file.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/alpine.LFD.2.11.1401301102210.1652@knanqh.ubzr
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/Makefile
kernel/cpu/Makefile [deleted file]
kernel/sched/Makefile
kernel/sched/idle.c [new file with mode: 0644]