提交 41d1f19a 编写于 作者: R Ralf Baechle

[MIPS] Yosemite: Fix a few more section reference bugs.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 2ac7401d
......@@ -7,10 +7,10 @@
#define LAUNCHSTACK_SIZE 256
static __initdata DEFINE_SPINLOCK(launch_lock);
static __cpuinitdata DEFINE_SPINLOCK(launch_lock);
static unsigned long secondary_sp __initdata;
static unsigned long secondary_gp __initdata;
static unsigned long secondary_sp __cpuinitdata;
static unsigned long secondary_gp __cpuinitdata;
static unsigned char launchstack[LAUNCHSTACK_SIZE] __initdata
__attribute__((aligned(2 * sizeof(long))));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册