FOC: cli in context of leave_by_trigger_exception

Bug triggering on 64bit. Without the cli (as used on 32bit) the assertion
in kernel/fiasco/src/kern/thread-ipc.cpp:739 triggers.
This commit is contained in:
Alexander Boettcher
2015-02-24 15:51:21 +01:00
committed by Stefan Kalkowski
parent 266d89b9a5
commit 55e70a3e3e

View File

@@ -486,6 +486,7 @@ alien_sys_call:
.p2align .p2align
.globl leave_by_trigger_exception .globl leave_by_trigger_exception
leave_by_trigger_exception: leave_by_trigger_exception:
cli
sub $40, %rsp sub $40, %rsp
pushq $0x00 pushq $0x00
pushq $0xff pushq $0xff