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

Commit ef9d8c25 authored by steven miao's avatar steven miao Committed by Mike Frysinger
Browse files

Blackfin: SMP: PERCPU section should be PAGE aligned



Common code checks the alignment of some of the variables and calls BUG()
if they aren't page aligned.

Signed-off-by: default avatarsteven miao <realmz6@gmail.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent d6b435be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ SECTIONS

	. = ALIGN(16);
	INIT_DATA_SECTION(16)
	PERCPU(32, 4)
	PERCPU(32, PAGE_SIZE)

	.exit.data :
	{