mirror of
https://github.com/torvalds/linux.git
synced 2026-06-30 01:55:39 +02:00
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> |
||
|---|---|---|
| .. | ||
| arc | ||
| ddb5xxx | ||
| dec | ||
| emma2rh | ||
| ip32 | ||
| jmr3927 | ||
| lasat | ||
| mach-atlas | ||
| mach-au1x00 | ||
| mach-cobalt | ||
| mach-db1x00 | ||
| mach-dec | ||
| mach-emma2rh | ||
| mach-ev64120 | ||
| mach-excite | ||
| mach-generic | ||
| mach-ip22 | ||
| mach-ip27 | ||
| mach-ip32 | ||
| mach-jazz | ||
| mach-jmr3927 | ||
| mach-lasat | ||
| mach-mips | ||
| mach-ocelot | ||
| mach-ocelot3 | ||
| mach-pb1x00 | ||
| mach-pnx8550 | ||
| mach-qemu | ||
| mach-rm | ||
| mach-sibyte | ||
| mach-sim | ||
| mach-vr41xx | ||
| mach-wrppmc | ||
| mach-yosemite | ||
| mips-boards | ||
| pci | ||
| sgi | ||
| sibyte | ||
| sn | ||
| tx4927 | ||
| tx4938 | ||
| vr41xx | ||
| xtalk | ||
| 8253pit.h | ||
| a.out.h | ||
| abi.h | ||
| addrspace.h | ||
| asm.h | ||
| asmmacro-32.h | ||
| asmmacro-64.h | ||
| asmmacro.h | ||
| atomic.h | ||
| auxvec.h | ||
| barrier.h | ||
| bcache.h | ||
| bitops.h | ||
| bootinfo.h | ||
| branch.h | ||
| break.h | ||
| bug.h | ||
| bugs.h | ||
| byteorder.h | ||
| cache.h | ||
| cachectl.h | ||
| cacheflush.h | ||
| cacheops.h | ||
| checksum.h | ||
| compat-signal.h | ||
| compat.h | ||
| compiler.h | ||
| cpu-features.h | ||
| cpu-info.h | ||
| cpu.h | ||
| cputime.h | ||
| current.h | ||
| debug.h | ||
| delay.h | ||
| device.h | ||
| div64.h | ||
| dma-mapping.h | ||
| dma.h | ||
| ds1216.h | ||
| ds1286.h | ||
| dsp.h | ||
| elf.h | ||
| emergency-restart.h | ||
| errno.h | ||
| fcntl.h | ||
| fixmap.h | ||
| floppy.h | ||
| fpregdef.h | ||
| fpu_emulator.h | ||
| fpu.h | ||
| futex.h | ||
| gdb-stub.h | ||
| gfx.h | ||
| gt64120.h | ||
| gt64240.h | ||
| hardirq.h | ||
| hazards.h | ||
| highmem.h | ||
| hw_irq.h | ||
| i8259.h | ||
| ide.h | ||
| inst.h | ||
| inventory.h | ||
| io.h | ||
| ioctl.h | ||
| ioctls.h | ||
| ipc.h | ||
| ipcbuf.h | ||
| irq_cpu.h | ||
| irq_regs.h | ||
| irq.h | ||
| irqflags.h | ||
| isadep.h | ||
| jazz.h | ||
| jazzdma.h | ||
| Kbuild | ||
| kdebug.h | ||
| kexec.h | ||
| kmap_types.h | ||
| kspd.h | ||
| linkage.h | ||
| local.h | ||
| m48t35.h | ||
| m48t37.h | ||
| marvell.h | ||
| mc146818-time.h | ||
| mc146818rtc.h | ||
| mips_mt.h | ||
| mipsmtregs.h | ||
| mipsprom.h | ||
| mipsregs.h | ||
| mman.h | ||
| mmu_context.h | ||
| mmu.h | ||
| mmzone.h | ||
| module.h | ||
| msc01_ic.h | ||
| msgbuf.h | ||
| mutex.h | ||
| namei.h | ||
| nile4.h | ||
| paccess.h | ||
| page.h | ||
| param.h | ||
| parport.h | ||
| pci.h | ||
| percpu.h | ||
| pgalloc.h | ||
| pgtable-32.h | ||
| pgtable-64.h | ||
| pgtable-bits.h | ||
| pgtable.h | ||
| pmon.h | ||
| poll.h | ||
| posix_types.h | ||
| prctl.h | ||
| prefetch.h | ||
| processor.h | ||
| ptrace.h | ||
| qemu.h | ||
| r4kcache.h | ||
| reboot.h | ||
| reg.h | ||
| regdef.h | ||
| resource.h | ||
| rm9k-ocd.h | ||
| rtc.h | ||
| rtlx.h | ||
| scatterlist.h | ||
| sections.h | ||
| segment.h | ||
| semaphore.h | ||
| sembuf.h | ||
| serial.h | ||
| setup.h | ||
| sgialib.h | ||
| sgiarcs.h | ||
| sgidefs.h | ||
| shmbuf.h | ||
| shmparam.h | ||
| sigcontext.h | ||
| siginfo.h | ||
| signal.h | ||
| sim.h | ||
| smp.h | ||
| smtc_ipi.h | ||
| smtc_proc.h | ||
| smtc.h | ||
| sni.h | ||
| socket.h | ||
| sockios.h | ||
| sparsemem.h | ||
| spinlock_types.h | ||
| spinlock.h | ||
| stackframe.h | ||
| stacktrace.h | ||
| stat.h | ||
| statfs.h | ||
| string.h | ||
| suspend.h | ||
| sysmips.h | ||
| system.h | ||
| termbits.h | ||
| termios.h | ||
| thread_info.h | ||
| time.h | ||
| timex.h | ||
| titan_dep.h | ||
| tlb.h | ||
| tlbdebug.h | ||
| tlbflush.h | ||
| topology.h | ||
| traps.h | ||
| tx3912.h | ||
| types.h | ||
| uaccess.h | ||
| ucontext.h | ||
| unaligned.h | ||
| unistd.h | ||
| user.h | ||
| vga.h | ||
| vpe.h | ||
| war.h | ||
| watch.h | ||
| wbflush.h | ||
| xor.h | ||
| xxs1500.h | ||