summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/exception.S
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2010-12-07 12:17:43 +0000
committerkib <kib@FreeBSD.org>2010-12-07 12:17:43 +0000
commitb27fb358388190ef7a664fe27a340d45238b96a5 (patch)
treeb74b21635bb9dc2c491d162cdcace8f12ed5b397 /sys/amd64/amd64/exception.S
parentc652724d35aa333da55977e70fee1869b5526767 (diff)
downloadFreeBSD-src-b27fb358388190ef7a664fe27a340d45238b96a5.zip
FreeBSD-src-b27fb358388190ef7a664fe27a340d45238b96a5.tar.gz
Retire write-only PCB_FULLCTX pcb flag on amd64.
Reminded by: Petr Salinger <Petr.Salinger seznam cz> Tested by: pho MFC after: 1 week
Diffstat (limited to 'sys/amd64/amd64/exception.S')
-rw-r--r--sys/amd64/amd64/exception.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S
index 37e89a00..7ffa7a9 100644
--- a/sys/amd64/amd64/exception.S
+++ b/sys/amd64/amd64/exception.S
@@ -380,7 +380,6 @@ IDTVEC(fast_syscall)
movq %rsp,%rdi
call syscall
movq PCPU(CURPCB),%rax
- andq $~PCB_FULLCTX,PCB_FLAGS(%rax)
MEXITCOUNT
jmp doreti
OpenPOWER on IntegriCloud