mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
parisc: Make RO_DATA page aligned in vmlinux.lds.S
The rodata_test program for CONFIG_DEBUG_RODATA_TEST=y complains if read-only data does not start at page boundary. Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
8a696a29c6
commit
2751153b99
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ SECTIONS
|
|||
}
|
||||
#endif
|
||||
|
||||
RO_DATA(8)
|
||||
RO_DATA(PAGE_SIZE)
|
||||
|
||||
/* unwind info */
|
||||
. = ALIGN(4);
|
||||
|
|
Loading…
Add table
Reference in a new issue