diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 3a353091a903..67604e599384 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -134,7 +134,7 @@ config DEBUG_SECTION_MISMATCH | |||
134 | any use of code/data previously in these sections would | 134 | any use of code/data previously in these sections would |
135 | most likely result in an oops. | 135 | most likely result in an oops. |
136 | In the code, functions and variables are annotated with | 136 | In the code, functions and variables are annotated with |
137 | __init, __devinit, etc. (see the full list in include/linux/init.h), | 137 | __init, __cpuinit, etc. (see the full list in include/linux/init.h), |
138 | which results in the code/data being placed in specific sections. | 138 | which results in the code/data being placed in specific sections. |
139 | The section mismatch analysis is always performed after a full | 139 | The section mismatch analysis is always performed after a full |
140 | kernel build, and enabling this option causes the following | 140 | kernel build, and enabling this option causes the following |