Skip to content

Commit

Permalink
parisc: BTLB: _edata symbol has to be page aligned for BTLB support
Browse files Browse the repository at this point in the history
Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
Helge Deller committed Sep 7, 2023
1 parent 510610f commit 4695e45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/parisc/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ SECTIONS
}

/* End of data section */
. = ALIGN(PAGE_SIZE);
_edata = .;

/* BSS */
Expand Down

0 comments on commit 4695e45

Please sign in to comment.