diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index ce0bb2600c25..a370fe828a79 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -465,20 +465,6 @@ config FRAME_POINTER | |||
465 | some architectures or if you use external debuggers. | 465 | some architectures or if you use external debuggers. |
466 | If you don't debug the kernel, you can say N. | 466 | If you don't debug the kernel, you can say N. |
467 | 467 | ||
468 | config FORCED_INLINING | ||
469 | bool "Force gcc to inline functions marked 'inline'" | ||
470 | depends on DEBUG_KERNEL | ||
471 | default y | ||
472 | help | ||
473 | This option determines if the kernel forces gcc to inline the functions | ||
474 | developers have marked 'inline'. Doing so takes away freedom from gcc to | ||
475 | do what it thinks is best, which is desirable for the gcc 3.x series of | ||
476 | compilers. The gcc 4.x series have a rewritten inlining algorithm and | ||
477 | disabling this option will generate a smaller kernel there. Hopefully | ||
478 | this algorithm is so good that allowing gcc4 to make the decision can | ||
479 | become the default in the future, until then this option is there to | ||
480 | test gcc for this. | ||
481 | |||
482 | config BOOT_PRINTK_DELAY | 468 | config BOOT_PRINTK_DELAY |
483 | bool "Delay each boot printk message by N milliseconds" | 469 | bool "Delay each boot printk message by N milliseconds" |
484 | depends on DEBUG_KERNEL && PRINTK && GENERIC_CALIBRATE_DELAY | 470 | depends on DEBUG_KERNEL && PRINTK && GENERIC_CALIBRATE_DELAY |