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
/
pc32
/
i386
/
ipl.s
diff --git
a/sys/platform/pc32/i386/ipl.s
b/sys/platform/pc32/i386/ipl.s
index
7d4ec0c
..
e2d0b8d
100644
(file)
--- a/
sys/platform/pc32/i386/ipl.s
+++ b/
sys/platform/pc32/i386/ipl.s
@@
-288,7
+288,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,%esi /* save cpl (can't use stack) */
movl $T_ASTFLT,TF_TRAPNO(%esp)