kern/68648: function arguments error.

Wang Guanglei cobrawgl at sohu.com
Sat Jul 3 22:20:23 PDT 2004


>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 at 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:


More information about the freebsd-bugs mailing list