Skip to content

Commit

Permalink
fs/binfmt_som: Drop kernel support for HP-UX SOM binaries
Browse files Browse the repository at this point in the history
The parisc arch has been the only user of HP-UX SOM binaries.

Support for HP-UX executables was never finished and since we now drop support
for the HP-UX compat layer anyway, it does not makes sense to keep the
BINFMT_SOM support.

Cc: [email protected]
Cc: [email protected]
Signed-off-by: Helge Deller <[email protected]>
  • Loading branch information
hdeller committed Feb 17, 2015
1 parent 3d66b81 commit 35e88d5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 462 deletions.
7 changes: 0 additions & 7 deletions fs/Kconfig.binfmt
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@ config BINFMT_EM86
later load the module when you want to use a Linux/Intel binary. The
module will be called binfmt_em86. If unsure, say Y.

config BINFMT_SOM
tristate "Kernel support for SOM binaries"
depends on PARISC && HPUX
help
SOM is a binary executable format inherited from HP/UX. Say
Y here to be able to load and execute SOM binaries directly.

config BINFMT_MISC
tristate "Kernel support for MISC binaries"
---help---
Expand Down
1 change: 0 additions & 1 deletion fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ obj-$(CONFIG_BINFMT_SCRIPT) += binfmt_script.o
obj-$(CONFIG_BINFMT_ELF) += binfmt_elf.o
obj-$(CONFIG_COMPAT_BINFMT_ELF) += compat_binfmt_elf.o
obj-$(CONFIG_BINFMT_ELF_FDPIC) += binfmt_elf_fdpic.o
obj-$(CONFIG_BINFMT_SOM) += binfmt_som.o
obj-$(CONFIG_BINFMT_FLAT) += binfmt_flat.o

obj-$(CONFIG_FS_MBCACHE) += mbcache.o
Expand Down
299 changes: 0 additions & 299 deletions fs/binfmt_som.c

This file was deleted.

1 change: 0 additions & 1 deletion include/uapi/linux/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ header-y += snmp.h
header-y += sock_diag.h
header-y += socket.h
header-y += sockios.h
header-y += som.h
header-y += sonet.h
header-y += sonypi.h
header-y += soundcard.h
Expand Down
Loading

0 comments on commit 35e88d5

Please sign in to comment.