Skip to content

Commit

Permalink
libc: remove kernel/user stack output from task
Browse files Browse the repository at this point in the history
issue #1832
  • Loading branch information
ssumpf committed Feb 22, 2017
1 parent 20d1ecd commit 3b383c3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions repos/libports/src/lib/libc/task.cc
Expand Up @@ -550,14 +550,7 @@ struct Libc::Kernel
public:

Kernel(Genode::Env &env) : _env(env)
{
Genode::log("libc: kernel stack {",
Genode::Hex(Thread::myself()->mystack().base), ",",
Genode::Hex(Thread::myself()->mystack().top),
"} user stack {",
Genode::Hex((Genode::addr_t)_user_stack - Component::stack_size()),
",", _user_stack, "}");
}
{ }

~Kernel() { Genode::error(__PRETTY_FUNCTION__, " should not be executed!"); }

Expand Down

0 comments on commit 3b383c3

Please sign in to comment.