https://github.com/torvalds/linux
Revision 6b55c9654fccf69ae7ace23ca101dc37b903181b authored by Srikar Dronamraju on 25 June 2015, 17:21:41 UTC, committed by Ingo Molnar on 04 July 2015, 08:04:31 UTC
Currently print_cfs_rq() is declared in include/linux/sched.h.
However it's not used outside kernel/sched. Hence move the
declaration to kernel/sched/sched.h

Also some functions are only available for CONFIG_SCHED_DEBUG=y.
Hence move the declarations to within the #ifdef.

Signed-off-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Acked-by: Rik van Riel <riel@redhat.com>
Cc: Iulia Manda <iulia.manda21@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1435252903-1081-2-git-send-email-srikar@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent 5968cec
History
Tip revision: 6b55c9654fccf69ae7ace23ca101dc37b903181b authored by Srikar Dronamraju on 25 June 2015, 17:21:41 UTC
sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.h
Tip revision: 6b55c96
File Mode Size
Kconfig -rw-r--r-- 8.9 KB
Makefile -rw-r--r-- 2.0 KB
phy-armada375-usb2.c -rw-r--r-- 4.4 KB
phy-bcm-kona-usb2.c -rw-r--r-- 3.8 KB
phy-berlin-sata.c -rw-r--r-- 7.1 KB
phy-berlin-usb.c -rw-r--r-- 6.2 KB
phy-core.c -rw-r--r-- 21.5 KB
phy-dm816x-usb.c -rw-r--r-- 7.5 KB
phy-exynos-dp-video.c -rw-r--r-- 3.4 KB
phy-exynos-mipi-video.c -rw-r--r-- 5.1 KB
phy-exynos4210-usb2.c -rw-r--r-- 7.0 KB
phy-exynos4x12-usb2.c -rw-r--r-- 10.5 KB
phy-exynos5-usbdrd.c -rw-r--r-- 20.8 KB
phy-exynos5250-sata.c -rw-r--r-- 6.9 KB
phy-exynos5250-usb2.c -rw-r--r-- 12.8 KB
phy-hix5hd2-sata.c -rw-r--r-- 5.3 KB
phy-miphy28lp.c -rw-r--r-- 33.4 KB
phy-miphy365x.c -rw-r--r-- 16.0 KB
phy-mvebu-sata.c -rw-r--r-- 3.4 KB
phy-omap-control.c -rw-r--r-- 9.5 KB
phy-omap-usb2.c -rw-r--r-- 9.2 KB
phy-qcom-apq8064-sata.c -rw-r--r-- 8.5 KB
phy-qcom-ipq806x-sata.c -rw-r--r-- 6.5 KB
phy-qcom-ufs-i.h -rw-r--r-- 4.8 KB
phy-qcom-ufs-qmp-14nm.c -rw-r--r-- 5.4 KB
phy-qcom-ufs-qmp-14nm.h -rw-r--r-- 8.2 KB
phy-qcom-ufs-qmp-20nm.c -rw-r--r-- 6.8 KB
phy-qcom-ufs-qmp-20nm.h -rw-r--r-- 11.2 KB
phy-qcom-ufs.c -rw-r--r-- 18.3 KB
phy-rcar-gen2.c -rw-r--r-- 8.3 KB
phy-rockchip-usb.c -rw-r--r-- 3.9 KB
phy-s5pv210-usb2.c -rw-r--r-- 4.4 KB
phy-samsung-usb2.c -rw-r--r-- 6.1 KB
phy-samsung-usb2.h -rw-r--r-- 1.8 KB
phy-spear1310-miphy.c -rw-r--r-- 7.5 KB
phy-spear1340-miphy.c -rw-r--r-- 8.1 KB
phy-stih407-usb.c -rw-r--r-- 4.8 KB
phy-stih41x-usb.c -rw-r--r-- 4.7 KB
phy-sun4i-usb.c -rw-r--r-- 8.3 KB
phy-sun9i-usb.c -rw-r--r-- 5.0 KB
phy-ti-pipe3.c -rw-r--r-- 14.8 KB
phy-twl4030-usb.c -rw-r--r-- 21.4 KB
phy-xgene.c -rw-r--r-- 59.8 KB

back to top