From owner-svn-src-all@FreeBSD.ORG Fri Nov 6 15:00:02 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AD9A106566C; Fri, 6 Nov 2009 15:00:02 +0000 (UTC) (envelope-from artis.caune@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 611CA8FC18; Fri, 6 Nov 2009 15:00:01 +0000 (UTC) Received: by fxm27 with SMTP id 27so256413fxm.3 for ; Fri, 06 Nov 2009 07:00:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ULk6Pr5EaXslJg7qqYg1iphzcy6S/WTx4MXwyrtMhUk=; b=BgiwZjnNEm8Aubi+vHRahZZmoDdi4MsPRUNmhdXrOGYJVpXPVb/XoyQKHPo63o0uYJ qUM/pNEuEqy8JKvtFBvDn+jo/GJ4qJp5iGLiLUSWAcs49cjNNwESR2k/AgNCLoVBZEn5 gpAqZ9hgzLdAIbAg98CZB7Sv0tCRS0hqW7v3g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=wc5Cqqeqvt64Xn3f5m7ChNpbsC/dHCocdvlBjRvJDD1MEG5RjLvtujh+m1ZnByWzpb sl1c/UPs0svprPgoiuByQQX11RFM2NCggU8uyW5tA+BBThUvjvi9pvD5lBdt0iRPOCo4 tXkOMyquOGzGGYwE8Rfa/7ydmghTcgQJgtd7w= MIME-Version: 1.0 Received: by 10.204.3.19 with SMTP id 19mr4633230bkl.151.1257519600273; Fri, 06 Nov 2009 07:00:00 -0800 (PST) In-Reply-To: <200911061015.nA6AFFMK012872@svn.freebsd.org> References: <200911061015.nA6AFFMK012872@svn.freebsd.org> Date: Fri, 6 Nov 2009 17:00:00 +0200 Message-ID: <9e20d71e0911060700m26365f0eqafc418af097c83a8@mail.gmail.com> From: Artis Caune To: Attilio Rao Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r198977 - in stable/8/sys: amd64/amd64 i386/i386 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2009 15:00:02 -0000 2009/11/6 Attilio Rao : > Author: attilio > Date: Fri Nov =C2=A06 10:15:15 2009 > New Revision: 198977 > URL: http://svn.freebsd.org/changeset/base/198977 > > Log: > =C2=A0MFC r198868, r198950: > =C2=A0Opteron rev E family of processor expose a bug where acq memory bar= riers > =C2=A0can be broken, resulting in random breakages. > =C2=A0Printout a warning message if affecred family and model are found. Hi, I can not compile kernel anymore: cc1: warnings being treated as errors /usr/src/sys/amd64/amd64/identcpu.c: In function 'print_AMD_info': /usr/src/sys/amd64/amd64/identcpu.c:621: warning: implicit declaration of function 'CPUID_TO_FAMILY' /usr/src/sys/amd64/amd64/identcpu.c:621: warning: nested extern declaration of 'CPUID_TO_FAMILY' /usr/src/sys/amd64/amd64/identcpu.c:621: warning: implicit declaration of function 'CPUID_TO_MODEL' /usr/src/sys/amd64/amd64/identcpu.c:621: warning: nested extern declaration of 'CPUID_TO_MODEL' *** Error code 1 --=20 Artis Caune Everything should be made as simple as possible, but not simpler.