提交 4e691223 编写于 作者: M Mao Minkai 提交者: guzitao

sw64: make RO_DATA PAGE_SIZE aligned

Sunway inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I56OLG

--------------------------------
Signed-off-by: NMao Minkai <maominkai@wxiat.com>
Signed-off-by: NGu Zitao <guzitao@wxiat.com>
上级 814a0386
...@@ -33,7 +33,7 @@ SECTIONS ...@@ -33,7 +33,7 @@ SECTIONS
} :text } :text
_etext = .; /* End of text section */ _etext = .; /* End of text section */
RO_DATA(4096) RO_DATA(PAGE_SIZE)
/* Will be freed after init */ /* Will be freed after init */
__init_begin = ALIGN(PAGE_SIZE); __init_begin = ALIGN(PAGE_SIZE);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册