mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:04:51 +01:00
parisc: BTLB: _edata symbol has to be page aligned for BTLB support
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
510610f96d
commit
4695e45ec0
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ SECTIONS
|
|||
}
|
||||
|
||||
/* End of data section */
|
||||
. = ALIGN(PAGE_SIZE);
|
||||
_edata = .;
|
||||
|
||||
/* BSS */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue