diff options
author | Helge Deller <deller@gmx.de> | 2015-02-16 22:17:58 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2015-02-16 22:35:01 +0100 |
commit | 04c1614977168fb8f002e2d81f704eeabe0c5ebd (patch) | |
tree | d251b19ba2c39b64dc220cc59ca5104195a39edc /arch | |
parent | 0bd1e94bf3da386510186cb2acd3e91f0ea59bc6 (diff) | |
download | linux-04c1614977168fb8f002e2d81f704eeabe0c5ebd.tar.bz2 |
parisc: hpux - Drop support for HP-UX binaries
This patch series drops the support for 32bit HP-UX binaries.
The HP-UX compat layer has always been incomplete and it's unlikely that
someone will ever implement it.
Furthermore those two commits which enhance the compatibility of Linux on parisc
to other architectures:
f5a408d: parisc: Make EWOULDBLOCK be equal to EAGAIN on parisc
1f25df2: parisc: Reduce SIGRTMIN from 37 to 32 to behave like other Linux architectures
basically make it impossible to implement the HP-UX support correctly.
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/parisc/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 1554a6f2a5bb..8014727a2743 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -291,10 +291,6 @@ config SYSVIPC_COMPAT config AUDIT_ARCH def_bool y -config HPUX - bool "Support for HP-UX binaries" - depends on !64BIT - config NR_CPUS int "Maximum number of CPUs (2-32)" range 2 32 |