linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 14/15] sh: convert to setup_initial_init_mm()
       [not found] <20210529105504.180544-1-wangkefeng.wang@huawei.com>
@ 2021-05-29 10:55 ` Kefeng Wang
  0 siblings, 0 replies; only message in thread
From: Kefeng Wang @ 2021-05-29 10:55 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel
  Cc: Kefeng Wang, Yoshinori Sato, Rich Felker, linux-sh

Use setup_initial_init_mm() helper to simplify code.

Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Rich Felker <dalias@libc.org>
Cc: linux-sh@vger.kernel.org
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
 arch/sh/kernel/setup.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c
index 4144be650d41..1fcb6659822a 100644
--- a/arch/sh/kernel/setup.c
+++ b/arch/sh/kernel/setup.c
@@ -294,10 +294,7 @@ void __init setup_arch(char **cmdline_p)
 
 	if (!MOUNT_ROOT_RDONLY)
 		root_mountflags &= ~MS_RDONLY;
-	init_mm.start_code = (unsigned long) _text;
-	init_mm.end_code = (unsigned long) _etext;
-	init_mm.end_data = (unsigned long) _edata;
-	init_mm.brk = (unsigned long) _end;
+	setup_initial_init_mm(_text, _etext, _edata, _end);
 
 	code_resource.start = virt_to_phys(_text);
 	code_resource.end = virt_to_phys(_etext)-1;
-- 
2.26.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-29 10:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210529105504.180544-1-wangkefeng.wang@huawei.com>
2021-05-29 10:55 ` [PATCH 14/15] sh: convert to setup_initial_init_mm() Kefeng Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).