Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Steven Miao and committed by
Mike Frysinger
353470cc 997f95e1

+1
+1
arch/blackfin/kernel/vmlinux.lds.S
··· 155 155 SECURITY_INITCALL 156 156 INIT_RAM_FS 157 157 158 + . = ALIGN(PAGE_SIZE); 158 159 ___per_cpu_load = .; 159 160 PERCPU_INPUT(32) 160 161