mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
Merge 5.8-rc7 into char-misc-next
This should resolve the merge/build issues reported when trying to create linux-next. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -341,7 +341,8 @@
|
||||
|
||||
#define PAGE_ALIGNED_DATA(page_align) \
|
||||
. = ALIGN(page_align); \
|
||||
*(.data..page_aligned)
|
||||
*(.data..page_aligned) \
|
||||
. = ALIGN(page_align);
|
||||
|
||||
#define READ_MOSTLY_DATA(align) \
|
||||
. = ALIGN(align); \
|
||||
@@ -737,7 +738,9 @@
|
||||
. = ALIGN(bss_align); \
|
||||
.bss : AT(ADDR(.bss) - LOAD_OFFSET) { \
|
||||
BSS_FIRST_SECTIONS \
|
||||
. = ALIGN(PAGE_SIZE); \
|
||||
*(.bss..page_aligned) \
|
||||
. = ALIGN(PAGE_SIZE); \
|
||||
*(.dynbss) \
|
||||
*(BSS_MAIN) \
|
||||
*(COMMON) \
|
||||
|
||||
Reference in New Issue
Block a user