diff options
| author | drochner <drochner@NetBSD.org> | 2003-02-09 15:49:34 +0000 |
|---|---|---|
| committer | drochner <drochner@NetBSD.org> | 2003-02-09 15:49:34 +0000 |
| commit | 6fcbbb426d7d3c0db282dad4297808ae1886ffd4 (patch) | |
| tree | 9142135f5a0807b15ccb0f55e9b1d4c21ef1d541 /sys | |
| parent | b2b00a0b316d13c697a786b977476d762624c338 (diff) | |
fix a lint stub
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/i386/i386/locore.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/locore.S b/sys/arch/i386/i386/locore.S index b6346fe55a6..f16d7165457 100644 --- a/sys/arch/i386/i386/locore.S +++ b/sys/arch/i386/i386/locore.S @@ -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 @@ ENTRY(cpu_switchto) #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 |
