]> Git Repo - linux.git/commit
sched/headers: Prepare for new header dependencies before moving code to <linux/sched...
authorIngo Molnar <[email protected]>
Wed, 8 Feb 2017 07:45:17 +0000 (08:45 +0100)
committerIngo Molnar <[email protected]>
Thu, 2 Mar 2017 07:42:27 +0000 (08:42 +0100)
commit4f17722c7256af8e17c2c4f29f170247264bdf48
tree7f7e5f8036765d1b2809332572add86452274c2e
parentae7e81c077d60507dcec139e40a6d10cf932cf4b
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h>

We are going to split <linux/sched/loadavg.h> out of <linux/sched.h>, which
will have to be picked up from a couple of .c files.

Create a trivial placeholder <linux/sched/topology.h> file that just
maps to <linux/sched.h> to make this patch obviously correct and
bisectable.

Include the new header in the files that are going to need it.

Acked-by: Linus Torvalds <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
18 files changed:
arch/m68k/kernel/time.c
arch/microblaze/kernel/heartbeat.c
arch/powerpc/platforms/cell/cpufreq_spudemand.c
arch/powerpc/platforms/cell/spufs/sched.c
arch/s390/appldata/appldata_os.c
arch/sh/drivers/heartbeat.c
arch/sparc/kernel/led.c
drivers/cpuidle/governors/menu.c
drivers/leds/trigger/ledtrig-heartbeat.c
drivers/platform/x86/intel_ips.c
fs/proc/loadavg.c
include/linux/sched/loadavg.h [new file with mode: 0644]
kernel/debug/kdb/kdb_main.c
kernel/sched/core.c
kernel/sched/loadavg.c
kernel/sys.c
kernel/time/timekeeping.c
net/sched/em_meta.c
This page took 0.120054 seconds and 4 git commands to generate.