Skip to content

Commit

Permalink
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Browse files Browse the repository at this point in the history
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
  [SPARC64]: Make use of the new fs/compat_binfmt_elf.c
  [SPARC64]: Make use of compat_sys_ptrace()

Manually fixed trivial delete/modift conflict in arch/sparc64/kernel/binfmt_elf32.c
  • Loading branch information
Linus Torvalds committed Feb 8, 2008
2 parents 3668805 + 48c946a commit f3aafa6
Show file tree
Hide file tree
Showing 7 changed files with 163 additions and 309 deletions.
8 changes: 1 addition & 7 deletions arch/sparc64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -383,13 +383,7 @@ config COMPAT
bool
depends on SPARC32_COMPAT
default y

config BINFMT_ELF32
bool "Kernel support for 32-bit ELF binaries"
depends on SPARC32_COMPAT
help
This allows you to run 32-bit Linux/ELF binaries on your Ultra.
Everybody wants this; say Y.
select COMPAT_BINFMT_ELF

config BINFMT_AOUT32
bool "Kernel support for 32-bit (ie. SunOS) a.out binaries"
Expand Down
1 change: 0 additions & 1 deletion arch/sparc64/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ obj-$(CONFIG_PCI) += ebus.o isa.o pci_common.o \
obj-$(CONFIG_PCI_MSI) += pci_msi.o
obj-$(CONFIG_SMP) += smp.o trampoline.o hvtramp.o
obj-$(CONFIG_SPARC32_COMPAT) += sys32.o sys_sparc32.o signal32.o
obj-$(CONFIG_BINFMT_ELF32) += binfmt_elf32.o
obj-$(CONFIG_BINFMT_AOUT32) += binfmt_aout32.o
obj-$(CONFIG_MODULES) += module.o
obj-$(CONFIG_US3_FREQ) += us3_cpufreq.o
Expand Down
134 changes: 0 additions & 134 deletions arch/sparc64/kernel/binfmt_elf32.c

This file was deleted.

Loading

0 comments on commit f3aafa6

Please sign in to comment.