From: Helge Deller Date: Thu, 7 Sep 2023 06:07:55 +0000 (+0200) Subject: parisc: BTLB: _edata symbol has to be page aligned for BTLB support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4695e45ec0cd4d422694b69e9f39c742bb1f35fc;p=linux.git parisc: BTLB: _edata symbol has to be page aligned for BTLB support Signed-off-by: Helge Deller --- diff --git a/arch/parisc/kernel/vmlinux.lds.S b/arch/parisc/kernel/vmlinux.lds.S index 1aaa2ca098003..58694d1989c23 100644 --- a/arch/parisc/kernel/vmlinux.lds.S +++ b/arch/parisc/kernel/vmlinux.lds.S @@ -154,6 +154,7 @@ SECTIONS } /* End of data section */ + . = ALIGN(PAGE_SIZE); _edata = .; /* BSS */