Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe
  • Repository
Switch branch/tag
  • ipipe
  • include
  • linux
  • binfmts.h
Find file BlameHistoryPermalink
  • Mikael Pettersson's avatar
    binfmt_elf: cleanups · f670d0ec
    Mikael Pettersson authored Jan 12, 2011
    
    
    This cleans up a few bits in binfmt_elf.c and binfmts.h:
    
    - the hasvdso field in struct linux_binfmt is unused, so remove it and
      the only initialization of it
    
    - the elf_map CPP symbol is not defined anywhere in the kernel, so
      remove an unnecessary #ifndef elf_map
    
    - reduce excessive indentation in elf_format's initializer
    
    - add missing spaces, remove extraneous spaces
    
    No functional changes, but tested on x86 (32 and 64 bit), powerpc (32 and
    64 bit), sparc64, arm, and alpha.
    
    Signed-off-by: default avatarMikael Pettersson <mikpe@it.uu.se>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    f670d0ec

Imprint & Privacy Policy