Kconfig (c13aca79ff3c4af5fd31a5b2743a90eba6e36a26) | Kconfig (d7822b1e24f2df5df98c76f0e94a5416349ff759) |
---|---|
1config ARCH 2 string 3 option env="ARCH" 4 5config KERNELVERSION 6 string 7 option env="KERNELVERSION" 8 --- 1403 unchanged lines hidden (view full) --- 1412 handle page faults in userland. 1413 1414config ARCH_HAS_MEMBARRIER_CALLBACKS 1415 bool 1416 1417config ARCH_HAS_MEMBARRIER_SYNC_CORE 1418 bool 1419 | 1config ARCH 2 string 3 option env="ARCH" 4 5config KERNELVERSION 6 string 7 option env="KERNELVERSION" 8 --- 1403 unchanged lines hidden (view full) --- 1412 handle page faults in userland. 1413 1414config ARCH_HAS_MEMBARRIER_CALLBACKS 1415 bool 1416 1417config ARCH_HAS_MEMBARRIER_SYNC_CORE 1418 bool 1419 |
1420config RSEQ 1421 bool "Enable rseq() system call" if EXPERT 1422 default y 1423 depends on HAVE_RSEQ 1424 select MEMBARRIER 1425 help 1426 Enable the restartable sequences system call. It provides a 1427 user-space cache for the current CPU number value, which 1428 speeds up getting the current CPU number from user-space, 1429 as well as an ABI to speed up user-space operations on 1430 per-CPU data. 1431 1432 If unsure, say Y. 1433 1434config DEBUG_RSEQ 1435 default n 1436 bool "Enabled debugging of rseq() system call" if EXPERT 1437 depends on RSEQ && DEBUG_KERNEL 1438 help 1439 Enable extra debugging checks for the rseq system call. 1440 1441 If unsure, say N. 1442 |
|
1420config EMBEDDED 1421 bool "Embedded system" 1422 option allnoconfig_y 1423 select EXPERT 1424 help 1425 This option should be enabled if compiling the kernel for 1426 an embedded system so certain expert options are available 1427 for configuration. --- 508 unchanged lines hidden --- | 1443config EMBEDDED 1444 bool "Embedded system" 1445 option allnoconfig_y 1446 select EXPERT 1447 help 1448 This option should be enabled if compiling the kernel for 1449 an embedded system so certain expert options are available 1450 for configuration. --- 508 unchanged lines hidden --- |