commit | 547b67f60bd5a00aab2c49ceafd42fc1302f947d | [log] [tgz] |
---|---|---|
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Sun Sep 23 02:12:30 2007 +0900 |
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Sun Sep 23 02:12:30 2007 +0900 |
tree | e388d06d722b283d09260ceab22f9cc342216f94 | |
parent | 49c7332506c751882efa834ddca1adc1491678e8 [diff] [blame] |
sh: Update core code of SuperH. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
diff --git a/lib_sh/sh_linux.c b/lib_sh/sh_linux.c index 7237ab3..acd47b5 100644 --- a/lib_sh/sh_linux.c +++ b/lib_sh/sh_linux.c
@@ -69,6 +69,7 @@ /* Setup parameters */ memset(PARAM, 0, 0x1000); /* Clear zero page */ strcpy(COMMAND_LINE, bootargs); + kernel(); }