Kconfig (42a0bb3f71383b457a7db362f1c69e7afb96732b) | Kconfig (fff7fb0b2d908dec779783d8eaf3d7725230f75e) |
---|---|
1config 64BIT 2 bool "64-bit kernel" if ARCH = "sparc" 3 default ARCH = "sparc64" 4 help 5 SPARC is a family of RISC microprocessors designed and marketed by 6 Sun Microsystems, incorporated. They are very widely found in Sun 7 workstations and clones. 8 --- 28 unchanged lines hidden (view full) --- 37 select GENERIC_SMP_IDLE_THREAD 38 select GENERIC_CLOCKEVENTS 39 select GENERIC_STRNCPY_FROM_USER 40 select GENERIC_STRNLEN_USER 41 select MODULES_USE_ELF_RELA 42 select ODD_RT_SIGACTION 43 select OLD_SIGSUSPEND 44 select ARCH_HAS_SG_CHAIN | 1config 64BIT 2 bool "64-bit kernel" if ARCH = "sparc" 3 default ARCH = "sparc64" 4 help 5 SPARC is a family of RISC microprocessors designed and marketed by 6 Sun Microsystems, incorporated. They are very widely found in Sun 7 workstations and clones. 8 --- 28 unchanged lines hidden (view full) --- 37 select GENERIC_SMP_IDLE_THREAD 38 select GENERIC_CLOCKEVENTS 39 select GENERIC_STRNCPY_FROM_USER 40 select GENERIC_STRNLEN_USER 41 select MODULES_USE_ELF_RELA 42 select ODD_RT_SIGACTION 43 select OLD_SIGSUSPEND 44 select ARCH_HAS_SG_CHAIN |
45 select CPU_NO_EFFICIENT_FFS |
|
45 46config SPARC32 47 def_bool !64BIT 48 select GENERIC_ATOMIC64 49 select CLZ_TAB 50 select HAVE_UID16 51 select OLD_SIGACTION 52 --- 515 unchanged lines hidden --- | 46 47config SPARC32 48 def_bool !64BIT 49 select GENERIC_ATOMIC64 50 select CLZ_TAB 51 select HAVE_UID16 52 select OLD_SIGACTION 53 --- 515 unchanged lines hidden --- |