svn commit: r251703 - in head/sys: amd64/amd64 i386/i386 i386/xen kern mips/mips sparc64/sparc64 sys

Sergey Kandaurov pluknet at freebsd.org
Fri Jun 14 11:07:42 UTC 2013


On 14 June 2013 02:50, Bryan Drewery <bdrewery at freebsd.org> wrote:
[..]
>
> Looks like cpusetobj_ffs() -> CPU_FFS() was missed in
> sys/amd64/vmm/io/vlapic.c:
>
>> --- vlapic.o ---
>> /usr/src/sys/modules/vmm/../../amd64/vmm/io/vlapic.c:468:15: error: implicit declaration of function 'cpusetobj_ffs' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
>>                 while ((i = cpusetobj_ffs(&dmask)) != 0) {
>

It should be fixed in r251745.

-- 
wbr,
pluknet


More information about the svn-src-head mailing list