From owner-svn-src-head@FreeBSD.ORG Fri Jun 14 11:07:42 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 43FF9EA2; Fri, 14 Jun 2013 11:07:42 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 30E1611E9; Fri, 14 Jun 2013 11:07:41 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id w57so374672wes.1 for ; Fri, 14 Jun 2013 04:07:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=XuWxw2Gg/x7j1dgS9aNd/aiYQ08s0t6HTiycZyt8i0M=; b=H+28Uqoc5VXcaTeQGy3kIy4yrDWgdCHVNrt9LqC8XS9+Qk05EWNHixdgzcaHLegZkV H0qVWqYcQJ+OXFNOiJdU5xxC5o5zXMQ29gMiMxbfXx75guBVUyPjjmahjUHMrjkIbvaL ZviTWJVufxTpH9vtup8VHRSMqukssX1guvQA78In3AgQQppGopsT3O/c5yGUwbDUQ+n2 +b7EJg62ytcpugcxt752/XHQlbI0Yu7kEP5/c7fj2bGtx+uP9Mm7nI5y71p4MA5X/AG/ ebB75hWsRc6skFhSulTPswuOnatPuRB8fl04vG9GeoL1PcRXzx+ThuVIDVF0pBQK5fo/ Tlsw== MIME-Version: 1.0 X-Received: by 10.194.172.66 with SMTP id ba2mr1059052wjc.22.1371208060405; Fri, 14 Jun 2013 04:07:40 -0700 (PDT) Sender: pluknet@gmail.com Received: by 10.194.172.133 with HTTP; Fri, 14 Jun 2013 04:07:40 -0700 (PDT) In-Reply-To: <51BA4CD0.30601@FreeBSD.org> References: <201306132046.r5DKk3xd006430@svn.freebsd.org> <51BA4CD0.30601@FreeBSD.org> Date: Fri, 14 Jun 2013 15:07:40 +0400 X-Google-Sender-Auth: tYX8wl-jqDRGmT5aHgPwKzXDPo8 Message-ID: Subject: Re: svn commit: r251703 - in head/sys: amd64/amd64 i386/i386 i386/xen kern mips/mips sparc64/sparc64 sys From: Sergey Kandaurov To: Bryan Drewery Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, Jeff Roberson , src-committers@freebsd.org, svn-src-all@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 11:07:42 -0000 On 14 June 2013 02:50, Bryan Drewery 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