• Alexander Viro's avatar
    [PATCH] removal of bogus CONFIG_BINFMT_ELF uses · e5bf4651
    Alexander Viro authored
    	We never use CONFIG_BINFTM_ELF and CONFIG_BINFMT_ELF_MODULE
    anywhere in the source (they are used in makefiles, obviously).
    32bit-emulation binfmt_elf_... in arch/* still define those guys
    even though it hadn't been needed for years.
    
    	Junk removed.
    
    PS: BTW, CONFIG_BINFMT_ELF32 _is_ used in several places in arch/mips and it
    looks like they really want
    #if defined(CONFIG_BINFMT_ELF32) || defined(CONFIG_BINFMT_ELF32_MODULE)
    in these ifdefs, but that's a separate story...
    e5bf4651
binfmt_elf32.c 2.42 KB