Module Name: src
Committed By: yamt
Date: Thu Oct 21 11:42:27 UTC 2010
Modified Files:
src/sys/arch/amd64/amd64: locore.S
Log Message:
Xsyscall: remove a stale comment.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/amd64/amd64/locore.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/amd64/locore.S
diff -u src/sys/arch/amd64/amd64/locore.S:1.60 src/sys/arch/amd64/amd64/locore.S:1.61
--- src/sys/arch/amd64/amd64/locore.S:1.60 Thu Oct 21 11:41:31 2010
+++ src/sys/arch/amd64/amd64/locore.S Thu Oct 21 11:42:26 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.60 2010/10/21 11:41:31 yamt Exp $ */
+/* $NetBSD: locore.S,v 1.61 2010/10/21 11:42:26 yamt Exp $ */
/*
* Copyright-o-rama!
@@ -1171,7 +1171,6 @@
call _C_LABEL(do_pmap_load)
jmp .Lsyscall_checkast /* re-check ASTs */
10:
- /* Always returning to user mode here. */
CLEAR_ASTPENDING(%r14)
STI(si)
/* Pushed T_ASTFLT into tf_trapno on entry. */