Loading arch/arm64/configs/sm8150_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,7 @@ CONFIG_ZSMALLOC=y CONFIG_SECCOMP=y # CONFIG_UNMAP_KERNEL_AT_EL0 is not set # CONFIG_HARDEN_BRANCH_PREDICTOR is not set CONFIG_PRINT_VMEMLAYOUT=y CONFIG_ARMV8_DEPRECATED=y CONFIG_SWP_EMULATION=y CONFIG_CP15_BARRIER_EMULATION=y Loading arch/arm64/mm/init.c +2 −1 Original line number Diff line number Diff line Loading @@ -602,6 +602,7 @@ void __init mem_init(void) mem_init_print_info(NULL); #ifdef CONFIG_PRINT_VMEMLAYOUT #define MLK(b, t) b, t, ((t) - (b)) >> 10 #define MLM(b, t) b, t, ((t) - (b)) >> 20 #define MLG(b, t) b, t, ((t) - (b)) >> 30 Loading Loading @@ -644,7 +645,7 @@ void __init mem_init(void) #undef MLK #undef MLM #undef MLK_ROUNDUP #endif /* * Check boundaries twice: Some fundamental inconsistencies can be * detected at build time already. Loading Loading
arch/arm64/configs/sm8150_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,7 @@ CONFIG_ZSMALLOC=y CONFIG_SECCOMP=y # CONFIG_UNMAP_KERNEL_AT_EL0 is not set # CONFIG_HARDEN_BRANCH_PREDICTOR is not set CONFIG_PRINT_VMEMLAYOUT=y CONFIG_ARMV8_DEPRECATED=y CONFIG_SWP_EMULATION=y CONFIG_CP15_BARRIER_EMULATION=y Loading
arch/arm64/mm/init.c +2 −1 Original line number Diff line number Diff line Loading @@ -602,6 +602,7 @@ void __init mem_init(void) mem_init_print_info(NULL); #ifdef CONFIG_PRINT_VMEMLAYOUT #define MLK(b, t) b, t, ((t) - (b)) >> 10 #define MLM(b, t) b, t, ((t) - (b)) >> 20 #define MLG(b, t) b, t, ((t) - (b)) >> 30 Loading Loading @@ -644,7 +645,7 @@ void __init mem_init(void) #undef MLK #undef MLM #undef MLK_ROUNDUP #endif /* * Check boundaries twice: Some fundamental inconsistencies can be * detected at build time already. Loading