Date: Sun, 4 Jul 2004 05:18:56 GMT From: Wang Guanglei <cobrawgl@sohu.com> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/68648: function arguments error. Message-ID: <200407040518.i645IuJY012546@www.freebsd.org> Resent-Message-ID: <200407040520.i645KJQY001052@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68648
>Category: kern
>Synopsis: function arguments error.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Jul 04 05:20:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Wang Guanglei
>Release: FreeBSD5.2.1
>Organization:
>Environment:
FreeBSD localhost.cobrasoft.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386
>Description:
I installed FreeBSD 5.2.1. Yesterday, I cvsup my src to current version and wantto make a world. :p
when I make buildkernel, the compiler report: too few arguments
in sched_ule.c: 1719, mi_swtich().
There it is.
1719 mi_switch(SW_VOL);
I use grep to find other mi_sitch(),
I found it be used in this way:
kern_idle.c: mi_switch(SW_VOL, NULL);
I think this maybe a mistake, so I report this.
>How-To-Repeat:
correct it.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407040518.i645IuJY012546>
