Kconfig (06ec64b84c357693e9a5540de8eedfc775dbae12) | Kconfig (87a4c375995ed8eaa721b08825cf73d0b02b3145) |
---|---|
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 --- 335 unchanged lines hidden (view full) --- 344 bool "Multi-core scheduler support" 345 depends on SPARC64 && SMP 346 default y 347 help 348 Multi-core scheduler support improves the CPU scheduler's decision 349 making when dealing with multi-core CPU chips at a cost of slightly 350 increased overhead in some places. If unsure say N here. 351 | 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 --- 335 unchanged lines hidden (view full) --- 344 bool "Multi-core scheduler support" 345 depends on SPARC64 && SMP 346 default y 347 help 348 Multi-core scheduler support improves the CPU scheduler's decision 349 making when dealing with multi-core CPU chips at a cost of slightly 350 increased overhead in some places. If unsure say N here. 351 |
352source "kernel/Kconfig.preempt" 353 | |
354config CMDLINE_BOOL 355 bool "Default bootloader kernel arguments" 356 depends on SPARC64 357 358config CMDLINE 359 string "Initial kernel command string" 360 depends on CMDLINE_BOOL 361 default "console=ttyS0,9600 root=/dev/sda1" --- 206 unchanged lines hidden --- | 352config CMDLINE_BOOL 353 bool "Default bootloader kernel arguments" 354 depends on SPARC64 355 356config CMDLINE 357 string "Initial kernel command string" 358 depends on CMDLINE_BOOL 359 default "console=ttyS0,9600 root=/dev/sda1" --- 206 unchanged lines hidden --- |