diff --git a/arch/sw_64/kernel/vmlinux.lds.S b/arch/sw_64/kernel/vmlinux.lds.S index a106be42121f58d8b6af8b8776944fe946b85a75..07bc3d8ee7e47bcc98c2c3de0635ab1f152b3662 100644 --- a/arch/sw_64/kernel/vmlinux.lds.S +++ b/arch/sw_64/kernel/vmlinux.lds.S @@ -33,7 +33,7 @@ SECTIONS } :text _etext = .; /* End of text section */ - RO_DATA(4096) + RO_DATA(PAGE_SIZE) /* Will be freed after init */ __init_begin = ALIGN(PAGE_SIZE);