mirror of
https://github.com/torvalds/linux.git
synced 2026-07-19 12:07:49 +02:00
In commit 3D59121003721a8fad11ee72e646fd9d3076b5679c, the x86 and x86-64 <asm/param.h> was changed to include <linux/config.h> for the configurable timer frequency. However, asm/param.h is sometimes used in userland (it is included indirectly from <sys/param.h>), so your commit pollutes the userland namespace with tons of CONFIG_FOO macros. This greatly confuses software packages (such as BusyBox) which use CONFIG_FOO macros themselves to control the inclusion of optional features. After a short exchange, Christoph approved this patch Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
|---|---|---|
| .. | ||
| 8253pit.h | ||
| a.out.h | ||
| acpi.h | ||
| agp.h | ||
| apic.h | ||
| apicdef.h | ||
| atomic.h | ||
| auxvec.h | ||
| bitops.h | ||
| boot.h | ||
| bootsetup.h | ||
| bug.h | ||
| bugs.h | ||
| byteorder.h | ||
| cache.h | ||
| cacheflush.h | ||
| calling.h | ||
| checksum.h | ||
| compat.h | ||
| cpu.h | ||
| cpufeature.h | ||
| cputime.h | ||
| current.h | ||
| debugreg.h | ||
| delay.h | ||
| desc.h | ||
| div64.h | ||
| dma-mapping.h | ||
| dma.h | ||
| dwarf2.h | ||
| e820.h | ||
| elf.h | ||
| emergency-restart.h | ||
| errno.h | ||
| fcntl.h | ||
| fixmap.h | ||
| floppy.h | ||
| fpu32.h | ||
| futex.h | ||
| genapic.h | ||
| hardirq.h | ||
| hpet.h | ||
| hw_irq.h | ||
| i387.h | ||
| ia32_unistd.h | ||
| ia32.h | ||
| ide.h | ||
| io_apic.h | ||
| io.h | ||
| ioctl.h | ||
| ioctls.h | ||
| ipcbuf.h | ||
| ipi.h | ||
| irq.h | ||
| kdebug.h | ||
| kexec.h | ||
| kmap_types.h | ||
| kprobes.h | ||
| ldt.h | ||
| linkage.h | ||
| local.h | ||
| mach_apic.h | ||
| mc146818rtc.h | ||
| mce.h | ||
| mman.h | ||
| mmsegment.h | ||
| mmu_context.h | ||
| mmu.h | ||
| mmx.h | ||
| mmzone.h | ||
| module.h | ||
| mpspec.h | ||
| msgbuf.h | ||
| msi.h | ||
| msr.h | ||
| mtrr.h | ||
| namei.h | ||
| nmi.h | ||
| node.h | ||
| numa.h | ||
| numnodes.h | ||
| page.h | ||
| param.h | ||
| parport.h | ||
| pci-direct.h | ||
| pci.h | ||
| pda.h | ||
| percpu.h | ||
| pgalloc.h | ||
| pgtable.h | ||
| poll.h | ||
| posix_types.h | ||
| prctl.h | ||
| processor.h | ||
| proto.h | ||
| ptrace.h | ||
| resource.h | ||
| rtc.h | ||
| rwlock.h | ||
| scatterlist.h | ||
| seccomp.h | ||
| sections.h | ||
| segment.h | ||
| semaphore.h | ||
| sembuf.h | ||
| serial.h | ||
| setup.h | ||
| shmbuf.h | ||
| shmparam.h | ||
| sigcontext.h | ||
| sigcontext32.h | ||
| siginfo.h | ||
| signal.h | ||
| smp.h | ||
| socket.h | ||
| sockios.h | ||
| sparsemem.h | ||
| spinlock_types.h | ||
| spinlock.h | ||
| stat.h | ||
| statfs.h | ||
| string.h | ||
| suspend.h | ||
| swiotlb.h | ||
| system.h | ||
| termbits.h | ||
| termios.h | ||
| thread_info.h | ||
| timex.h | ||
| tlb.h | ||
| tlbflush.h | ||
| topology.h | ||
| types.h | ||
| uaccess.h | ||
| ucontext.h | ||
| unaligned.h | ||
| unistd.h | ||
| user.h | ||
| user32.h | ||
| vga.h | ||
| vsyscall.h | ||
| vsyscall32.h | ||
| xor.h | ||