Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/i386 fix a lint stub



details:   https://anonhg.NetBSD.org/src/rev/1ab5a28ab384
branches:  trunk
changeset: 542845:1ab5a28ab384
user:      drochner <drochner%NetBSD.org@localhost>
date:      Sun Feb 09 15:49:34 2003 +0000

description:
fix a lint stub

diffstat:

 sys/arch/i386/i386/locore.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3056e09a14c9 -r 1ab5a28ab384 sys/arch/i386/i386/locore.S
--- a/sys/arch/i386/i386/locore.S       Sun Feb 09 15:19:14 2003 +0000
+++ b/sys/arch/i386/i386/locore.S       Sun Feb 09 15:49:34 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.5 2003/01/17 23:10:30 thorpej Exp $       */
+/*     $NetBSD: locore.S,v 1.6 2003/02/09 15:49:34 drochner Exp $      */
 
 /*-
  * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -2030,7 +2030,7 @@
 #endif
        .globl  _C_LABEL(uvmspace_free),_C_LABEL(kernel_map)
        .globl  _C_LABEL(uvm_km_free),_C_LABEL(tss_free)
-/* LINTSTUB: Func: void switch_exit(struct lwp *l) */
+/* LINTSTUB: Func: void switch_exit(struct lwp *l, void (*exit)(struct lwp *)) */
 ENTRY(switch_exit)
        movl    4(%esp),%edi            # old process
        movl    8(%esp),%eax            # exit func



Home | Main Index | Thread Index | Old Index