projects
/
dragonfly.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Remove upc_{control,register} syscalls and everything that has to do with it.
[dragonfly.git]
/
sys
/
platform
/
pc64
/
x86_64
/
ipl.s
diff --git
a/sys/platform/pc64/x86_64/ipl.s
b/sys/platform/pc64/x86_64/ipl.s
index
900b91a
..
8a67480
100644
(file)
--- a/
sys/platform/pc64/x86_64/ipl.s
+++ b/
sys/platform/pc64/x86_64/ipl.s
@@
-294,7
+294,7
@@
doreti_soft:
* to do is a reschedule.
*/
doreti_ast:
- andl $~(RQF_AST_SIGNAL|RQF_AST_UPCALL),PCPU(reqflags)
+ andl $~RQF_AST_SIGNAL,PCPU(reqflags)
sti
movl %eax,%r12d /* save cpl (can't use stack) */
movl $T_ASTFLT,TF_TRAPNO(%rsp)