Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17528
b: refs/heads/master
c: 2308acc
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jan 10, 2006
1 parent 8667d62 commit 939d2a1
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 25 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: 1306a482288152ea0ac091c7a8471adc5569e6c8
refs/heads/master: 2308acca656c3625c46b671b348fb04b6b006cad
4 changes: 0 additions & 4 deletions trunk/arch/frv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ config FRV
bool
default y

config UID16
bool
default y

config RWSEM_GENERIC_SPINLOCK
bool
default y
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/m32r/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ config M32R
config SBUS
bool

config UID16
bool
default n

config GENERIC_ISA_DMA
bool
default y
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/s390/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ config S390
bool
default y

config UID16
bool
default y
depends on !64BIT

source "init/Kconfig"

menu "Base setup"
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/sh64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ config MMU
bool
default y

config UID16
bool
default y

config RWSEM_GENERIC_SPINLOCK
bool
default y
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/xtensa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ config XTENSA
with reasonable minimum requirements. The Xtensa Linux project has
a home page at <http://xtensa.sourceforge.net/>.

config UID16
bool
default n

config RWSEM_XCHGADD_ALGORITHM
bool
default y
Expand Down
4 changes: 1 addition & 3 deletions trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,7 @@ source "usr/Kconfig"

config UID16
bool "Enable 16-bit UID system calls" if EMBEDDED
depends !ALPHA && !PPC && !PPC64 && !PARISC && !V850 && !ARCH_S390X
depends !X86_64 || IA32_EMULATION
depends !SPARC64 || SPARC32_COMPAT
depends on ARM || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && SPARC32_COMPAT) || UML || (X86_64 && IA32_EMULATION)
default y
help
This enables the legacy 16-bit UID syscall wrappers.
Expand Down

0 comments on commit 939d2a1

Please sign in to comment.