linux-stable-rt/arch/mips
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
..
arc
au1000 [MIPS] Separate Alchemy processor based boards config 2007-05-11 14:28:33 +01:00
basler/excite [MIPS] excite: use __maybe_unused 2007-05-11 14:28:33 +01:00
boot
cobalt [MIPS] Rework cobalt_board_id 2007-05-11 14:28:34 +01:00
configs [MIPS] Use RTC_CMOS for Cobalt 2007-05-11 14:28:33 +01:00
ddb5xxx
dec
emma2rh
gt64120
jazz
jmr3927
kernel Detach sched.h from mm.h 2007-05-21 09:18:19 -07:00
lasat
lib [MIPS] Add __ucmpdi2 implementation 2007-05-11 14:28:30 +01:00
lib-32
lib-64
math-emu header cleaning: don't include smp_lock.h when not used 2007-05-08 11:15:07 -07:00
mips-boards [MIPS] MT: Reenable EIC support and add support for SOCit SC. 2007-05-11 14:28:31 +01:00
mm Detach sched.h from mm.h 2007-05-21 09:18:19 -07:00
momentum [MIPS] Remove Momenco Jaguar ATX support 2007-05-11 14:28:31 +01:00
oprofile
pci [MIPS] Rework cobalt_board_id 2007-05-11 14:28:34 +01:00
philips/pnx8550
pmc-sierra
qemu
sgi-ip22 Convert SGI IP22 and specific drivers to platform_device. 2007-05-11 17:00:29 +01:00
sgi-ip27 header cleaning: don't include smp_lock.h when not used 2007-05-08 11:15:07 -07:00
sgi-ip32
sibyte
sni Replace deprecated SA_xxx interrupt flags 2007-05-08 11:15:08 -07:00
tx4927 ne: MIPS: Use platform_driver for ne on RBTX49XX 2007-05-08 01:23:09 -04:00
tx4938 ne: MIPS: Use platform_driver for ne on RBTX49XX 2007-05-08 01:23:09 -04:00
vr41xx
Kconfig [MIPS] Separate Alchemy processor based boards config 2007-05-11 14:28:33 +01:00
Kconfig.debug
Makefile [MIPS] Run checksyscalls for N32 and O32 ABI 2007-05-11 14:28:33 +01:00
defconfig