Skip to content

Commit 4695e45

Browse files
committed
parisc: BTLB: _edata symbol has to be page aligned for BTLB support
Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 510610f commit 4695e45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/parisc/kernel/vmlinux.lds.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ SECTIONS
154154
}
155155

156156
/* End of data section */
157+
. = ALIGN(PAGE_SIZE);
157158
_edata = .;
158159

159160
/* BSS */

0 commit comments

Comments
 (0)