···1919 depends on !PPC_DISABLE_WERROR2020 default y21212222+config STRICT_MM_TYPECHECKS2323+ bool "Do extra type checking on mm types"2424+ default n2525+ help2626+ This option turns on extra type checking for some mm related types.2727+2828+ If you don't know what this means, say N.2929+2230config PRINT_STACK_DEPTH2331 int "Stack depth to print" if DEBUG_KERNEL2432 default 64
+1-3
arch/powerpc/include/asm/page.h
···278278279279#ifndef __ASSEMBLY__280280281281-#undef STRICT_MM_TYPECHECKS282282-283283-#ifdef STRICT_MM_TYPECHECKS281281+#ifdef CONFIG_STRICT_MM_TYPECHECKS284282/* These are used to make use of C type-checking. */285283286284/* PTE level */