valid flag is added

This commit is contained in:
Taku Shimosawa
2011-12-02 14:00:12 +09:00
parent e42395e42a
commit 00107164b3
6 changed files with 27 additions and 5 deletions

View File

@@ -114,7 +114,6 @@ static void rest_init(void)
mc_ikc_init();
sched_init();
ap_start();
}
int host_ikc_inited = 0;
@@ -129,6 +128,7 @@ static void post_init(void)
}
init_host_syscall_channel();
ap_start();
}
int main(void)