mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02: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
|
|
@ -154,6 +154,7 @@ SECTIONS
|
|||
}
|
||||
|
||||
/* End of data section */
|
||||
. = ALIGN(PAGE_SIZE);
|
||||
_edata = .;
|
||||
|
||||
/* BSS */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user