Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84683
b: refs/heads/master
c: b0b933c
h: refs/heads/master
i:
  84681: d278537
  84679: 06100b0
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Feb 8, 2008
1 parent 19c88be commit bb47ac4
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 922a70d327bd4b11342c2afd08e20d35f52064c3
refs/heads/master: b0b933c08bd5fd053bbba8ba6387f543be03d49f
3 changes: 3 additions & 0 deletions trunk/arch/alpha/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ config AUTO_IRQ_AFFINITY
depends on SMP
default y

config ARCH_SUPPORTS_AOUT
def_bool y

source "init/Kconfig"


Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ config GENERIC_CALIBRATE_DELAY
bool
default y

config ARCH_SUPPORTS_AOUT
def_bool y

config ARCH_MAY_HAVE_PC_FDC
bool

Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/h8300/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ config TIME_LOW_RES
bool
default y

config ARCH_SUPPORTS_AOUT
def_bool y

config NO_IOPORT
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/m32r/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ config NO_IOPORT
config NO_DMA
def_bool y

config ARCH_SUPPORTS_AOUT
def_bool y

source "init/Kconfig"


Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/m68k/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ config NO_IOPORT
config NO_DMA
def_bool SUN3

config ARCH_SUPPORTS_AOUT
def_bool y

mainmenu "Linux/68k Kernel Configuration"

source "init/Kconfig"
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/m68knommu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ config TIME_LOW_RES
config NO_IOPORT
def_bool y

config ARCH_SUPPORTS_AOUT
def_bool y

source "init/Kconfig"

menu "Processor type and features"
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/parisc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ config IRQ_PER_CPU
bool
default y

config ARCH_SUPPORTS_AOUT
def_bool y

# unless you want to implement ACPI on PA-RISC ... ;-)
config PM
bool
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ config ARCH_HAS_ILOG2_U64
config ARCH_NO_VIRT_TO_BUS
def_bool y

config ARCH_SUPPORTS_AOUT
def_bool y

source "init/Kconfig"

menu "System type"
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/sparc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ config ARCH_NO_VIRT_TO_BUS
config OF
def_bool y

config ARCH_SUPPORTS_AOUT
def_bool y

source "init/Kconfig"

menu "General machine setup"
Expand Down
5 changes: 4 additions & 1 deletion trunk/arch/sparc64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ config GENERIC_HARDIRQS_NO__DO_IRQ
bool
def_bool y

config ARCH_SUPPORTS_AOUT
def_bool y

choice
prompt "Kernel page size"
default SPARC64_PAGE_SIZE_8KB
Expand Down Expand Up @@ -390,7 +393,7 @@ config BINFMT_ELF32

config BINFMT_AOUT32
bool "Kernel support for 32-bit (ie. SunOS) a.out binaries"
depends on SPARC32_COMPAT
depends on SPARC32_COMPAT && ARCH_SUPPORTS_AOUT
help
This allows you to run 32-bit a.out format binaries on your Ultra.
If you want to run SunOS binaries (see SunOS binary emulation below)
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/um/Kconfig.i386
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ config GENERIC_HWEIGHT
bool
default y

config ARCH_SUPPORTS_AOUT
def_bool y
2 changes: 2 additions & 0 deletions trunk/arch/um/Kconfig.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ config GENERIC_HWEIGHT
bool
default y

config ARCH_SUPPORTS_AOUT
def_bool y
3 changes: 3 additions & 0 deletions trunk/arch/v850/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ config ARCH_HAS_ILOG2_U64
bool
default n

config ARCH_SUPPORTS_AOUT
def_bool y

# Turn off some random 386 crap that can affect device config
config ISA
bool
Expand Down
5 changes: 4 additions & 1 deletion trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ config AUDIT_ARCH
bool
default X86_64

config ARCH_SUPPORTS_AOUT
def_bool y

# Use the generic interrupt handling code in kernel/irq/:
config GENERIC_HARDIRQS
bool
Expand Down Expand Up @@ -1577,7 +1580,7 @@ config IA32_EMULATION

config IA32_AOUT
tristate "IA32 a.out support"
depends on IA32_EMULATION
depends on IA32_EMULATION && ARCH_SUPPORTS_AOUT
help
Support old a.out binaries in the 32bit emulation.

Expand Down

0 comments on commit bb47ac4

Please sign in to comment.