Don't deallocate invalid cap

SC slot is unused here.
This commit is contained in:
Alexander Boettcher 2012-06-26 12:02:23 +02:00 committed by Norman Feske
parent 33334b4f4b
commit 2a3b0d72b3
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ void Thread_base::_init_platform_thread()
void Thread_base::_deinit_platform_thread()
{
unmap_local(Nova::Obj_crd(_tid.sc_sel, 0));
unmap_local(Nova::Obj_crd(_tid.ec_sel, 0));
unmap_local(Nova::Obj_crd(_tid.rs_sel, 0));
}