aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig.debug
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2016-04-29 09:25:25 -0400
committerMichael Ellerman <mpe@ellerman.id.au>2016-05-01 04:32:14 -0400
commit670eea924198456873f3346bb247b662d7ddffd7 (patch)
tree471eed3538db4940c655101559be16ec0fae58cd /arch/powerpc/Kconfig.debug
parent8ffb4103f5e28d7e7890ed4774d8e009f253f56e (diff)
powerpc/mm: Always use STRICT_MM_TYPECHECKS
Testing done by Paul Mackerras has shown that with a modern compiler there is no negative effect on code generation from enabling STRICT_MM_TYPECHECKS. So remove the option, and always use the strict type definitions. Acked-by: Paul Mackerras <paulus@ozlabs.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/Kconfig.debug')
-rw-r--r--arch/powerpc/Kconfig.debug8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug
index 638f9ce740f5..d3fcf7e64e3a 100644
--- a/arch/powerpc/Kconfig.debug
+++ b/arch/powerpc/Kconfig.debug
@@ -19,14 +19,6 @@ config PPC_WERROR
19 depends on !PPC_DISABLE_WERROR 19 depends on !PPC_DISABLE_WERROR
20 default y 20 default y
21 21
22config STRICT_MM_TYPECHECKS
23 bool "Do extra type checking on mm types"
24 default n
25 help
26 This option turns on extra type checking for some mm related types.
27
28 If you don't know what this means, say N.
29
30config PRINT_STACK_DEPTH 22config PRINT_STACK_DEPTH
31 int "Stack depth to print" if DEBUG_KERNEL 23 int "Stack depth to print" if DEBUG_KERNEL
32 default 64 24 default 64