提交 b8d0c778 编写于 作者: R Robin Getz 提交者: Mike Frysinger

Blackfin: allow scheduler functions to be placed into L1

Signed-off-by: NRobin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: NMike Frysinger <vapier@gentoo.org>
Signed-off-by: NBryan Wu <cooloney@kernel.org>
上级 8d5c2f03
...@@ -50,7 +50,9 @@ SECTIONS ...@@ -50,7 +50,9 @@ SECTIONS
_text = .; _text = .;
__stext = .; __stext = .;
TEXT_TEXT TEXT_TEXT
#ifndef CONFIG_SCHEDULE_L1
SCHED_TEXT SCHED_TEXT
#endif
LOCK_TEXT LOCK_TEXT
KPROBES_TEXT KPROBES_TEXT
*(.text.*) *(.text.*)
...@@ -180,6 +182,9 @@ SECTIONS ...@@ -180,6 +182,9 @@ SECTIONS
. = ALIGN(4); . = ALIGN(4);
__stext_l1 = .; __stext_l1 = .;
*(.l1.text) *(.l1.text)
#ifdef CONFIG_SCHEDULE_L1
SCHED_TEXT
#endif
. = ALIGN(4); . = ALIGN(4);
__etext_l1 = .; __etext_l1 = .;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册