You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Blackfin: make sure percpu section is aligned in XIP builds
The alignment is normally handled by PERCPU(), but we need to do it ourselves in the XIP build due to the custom layout. Signed-off-by: Steven Miao <realmz6@gmail.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
committed by
Mike Frysinger
parent
997f95e190
commit
353470cc50
@@ -155,6 +155,7 @@ SECTIONS
|
||||
SECURITY_INITCALL
|
||||
INIT_RAM_FS
|
||||
|
||||
. = ALIGN(PAGE_SIZE);
|
||||
___per_cpu_load = .;
|
||||
PERCPU_INPUT(32)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user