Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42733b3c authored by Guan Xuetao's avatar Guan Xuetao
Browse files

unicore32: change PERCPU to PERCPU_SECTION



The patch changes PERCPU to PERCPU_SECTION
see commit from Tejun Heo <0415b00d>
  percpu: Always align percpu output section to PAGE_SIZE

Signed-off-by: default avatarGuan Xuetao <gxt@mprc.pku.edu.cn>
Acked-by: default avatarTejun Heo <tj@kernel.org>
parent 978b42e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ SECTIONS
	HEAD_TEXT_SECTION
	INIT_TEXT_SECTION(PAGE_SIZE)
	INIT_DATA_SECTION(16)
	PERCPU(L1_CACHE_BYTES, PAGE_SIZE)
	PERCPU_SECTION(L1_CACHE_BYTES)
	__init_end = .;

	_stext = .;