summaryrefslogtreecommitdiff
path: root/sys/arch/m88k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2023-12-15 15:20:17 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2023-12-15 15:20:17 +0000
commita93b6d5e4c65ba83bc9ada9b64f1bd527d6fef16 (patch)
treeff50186be5ff12b5863070f3a0785a7914e47418 /sys/arch/m88k
parent670aa14eff25f3008f3c35956bbb3319c48fe1b5 (diff)
Drop no-longer-applicable comment.
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r--sys/arch/m88k/m88k/trap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/m88k/m88k/trap.c b/sys/arch/m88k/m88k/trap.c
index 7e0501c55de..bc99e8cd15b 100644
--- a/sys/arch/m88k/m88k/trap.c
+++ b/sys/arch/m88k/m88k/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.130 2023/12/13 15:57:22 miod Exp $ */
+/* $OpenBSD: trap.c,v 1.131 2023/12/15 15:20:16 miod Exp $ */
/*
* Copyright (c) 2004, Miodrag Vallat.
* Copyright (c) 1998 Steve Murphree, Jr.
@@ -1167,7 +1167,6 @@ m88100_syscall(register_t code, struct trapframe *tf)
/*
* For 88k, all the arguments are passed in the registers (r2-r9),
* and further arguments (if any) on stack.
- * For syscall, r2 has the actual code.
*/
ap = &tf->tf_r[2];
nap = 8; /* r2-r9 */
@@ -1270,7 +1269,6 @@ m88110_syscall(register_t code, struct trapframe *tf)
/*
* For 88k, all the arguments are passed in the registers (r2-r9),
* and further arguments (if any) on stack.
- * For syscall, r2 has the actual code.
*/
ap = &tf->tf_r[2];
nap = 8; /* r2-r9 */