Use default component stack size where appropriate

This commit is contained in:
Christian Helmuth
2016-11-28 15:13:14 +01:00
parent 7eabe482b6
commit 53271d8c5f
89 changed files with 95 additions and 306 deletions

View File

@ -120,7 +120,3 @@ void Component::construct(Genode::Env &env)
log("--- Framebuffer controller ---\n");
static Framebuffer_controller controller(env);
}
size_t Component::stack_size() {
return 4*1024*sizeof(long); }