foc: silence mapping warnings

Ref #3082
This commit is contained in:
Stefan Kalkowski 2018-12-21 11:53:54 +01:00 committed by Norman Feske
parent 56650e7f79
commit e31ded2198
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@ bool Platform_pd::bind_thread(Platform_thread *thread)
/* if it's no core-thread we have to map parent and pager gate cap */
if (!thread->core_thread()) {
_task.map(_task.local.data()->kcap());
_debug.map(_task.local.data()->kcap());
// FIXME: there is no debug cap anymore
// _debug.map(_task.local.data()->kcap());
}
/* inform thread about binding */