dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/i386/kernel/cpu/cpufreq
Alexey Dobriyan e8edc6e03a Detach sched.h from mm.h
First thing mm.h does is including sched.h solely for can_do_mlock() inline
function which has "current" dereference inside. By dealing with can_do_mlock()
mm.h can be detached from sched.h which is good. See below, why.

This patch
a) removes unconditional inclusion of sched.h from mm.h
b) makes can_do_mlock() normal function in mm/mlock.c
c) exports can_do_mlock() to not break compilation
d) adds sched.h inclusions back to files that were getting it indirectly.
e) adds less bloated headers to some files (asm/signal.h, jiffies.h) that were
   getting them indirectly

Net result is:
a) mm.h users would get less code to open, read, preprocess, parse, ... if
   they don't need sched.h
b) sched.h stops being dependency for significant number of files:
   on x86_64 allmodconfig touching sched.h results in recompile of 4083 files,
   after patch it's only 3744 (-8.3%).

Cross-compile tested on

	all arm defconfigs, all mips defconfigs, all powerpc defconfigs,
	alpha alpha-up
	arm
	i386 i386-up i386-defconfig i386-allnoconfig
	ia64 ia64-up
	m68k
	mips
	parisc parisc-up
	powerpc powerpc-up
	s390 s390-up
	sparc sparc-up
	sparc64 sparc64-up
	um-x86_64
	x86_64 x86_64-up x86_64-defconfig x86_64-allnoconfig

as well as my two usual configs.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-05-21 09:18:19 -07:00
..
Kconfig [CPUFREQ] Revert default on deprecated config X86_SPEEDSTEP_CENTRINO_ACPI 2007-02-20 14:23:43 -05:00
Makefile [CPUFREQ] Enhanced PowerSaver driver 2007-02-10 20:01:47 -05:00
acpi-cpufreq.c [CPUFREQ] Uninitialized use of cmd.val in arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c:acpi_cpufreq_target() 2007-01-02 23:38:39 -05:00
cpufreq-nforce2.c Revert "[CPUFREQ] constify cpufreq_driver where possible." 2007-02-26 14:55:48 -08:00
e_powersaver.c Revert "[CPUFREQ] constify cpufreq_driver where possible." 2007-02-26 14:55:48 -08:00
elanfreq.c Revert "[CPUFREQ] constify cpufreq_driver where possible." 2007-02-26 14:55:48 -08:00
gx-suspmod.c Revert "[CPUFREQ] constify cpufreq_driver where possible." 2007-02-26 14:55:48 -08:00
longhaul.c [CPUFREQ] Longhaul - Revert Longhaul ver. 2 2007-04-26 14:32:03 -04:00
longhaul.h [CPUFREQ] constify some data tables. 2007-02-22 19:11:16 -05:00
longrun.c Revert "[CPUFREQ] constify cpufreq_driver where possible." 2007-02-26 14:55:48 -08:00
p4-clockmod.c [CPUFREQ] p4-clockmod: switch to rdmsr_on_cpu/wrmsr_on_cpu 2007-04-26 14:32:02 -04:00
powernow-k6.c Revert "[CPUFREQ] constify cpufreq_driver where possible." 2007-02-26 14:55:48 -08:00
powernow-k7.c [CPUFREQ] powernow-k7: fix MHz rounding issue with perflib 2007-05-13 17:25:13 -04:00
powernow-k7.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
powernow-k8.c [CPUFREQ] Correct revision mask for powernow-k8 2007-05-14 18:27:29 -04:00
powernow-k8.h [CPUFREQ] Correct revision mask for powernow-k8 2007-05-14 18:27:29 -04:00
sc520_freq.c Revert "[CPUFREQ] constify cpufreq_driver where possible." 2007-02-26 14:55:48 -08:00
speedstep-centrino.c Fix preemption warnings in speedstep-centrino.c 2007-04-26 14:32:02 -04:00
speedstep-ich.c Detach sched.h from mm.h 2007-05-21 09:18:19 -07:00
speedstep-lib.c PCI: Cleanup the includes of <linux/pci.h> 2007-05-02 19:02:35 -07:00
speedstep-lib.h [CPUFREQ] p4-clockmod: add more CPUs 2006-11-06 19:17:40 -05:00
speedstep-smi.c PCI: Cleanup the includes of <linux/pci.h> 2007-05-02 19:02:35 -07:00