From ffdbd55cb2f8a3aea78c6974faff16be010c713c Mon Sep 17 00:00:00 2001 From: christos Date: Fri, 3 May 1996 19:41:19 +0000 Subject: [PATCH] savectx comment about altreturn was not true. --- sys/arch/i386/i386/locore.s | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s index e7af2889ce0b..37b888a79fcb 100644 --- a/sys/arch/i386/i386/locore.s +++ b/sys/arch/i386/i386/locore.s @@ -1,4 +1,4 @@ -/* $NetBSD: locore.s,v 1.144 1996/04/03 05:48:35 mycroft Exp $ */ +/* $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $ */ /*- * Copyright (c) 1993, 1994, 1995 Charles M. Hannum. All rights reserved. @@ -1759,9 +1759,8 @@ ENTRY(switch_exit) jmp switch_search /* - * savectx(struct pcb *pcb, int altreturn); - * Update pcb, saving current processor state and arranging for alternate - * return in cpu_switch() if altreturn is true. + * savectx(struct pcb *pcb); + * Update pcb, saving current processor state. */ ENTRY(savectx) movl 4(%esp),%edx # edx = p->p_addr