svn commit: r198977 - in stable/8/sys: amd64/amd64 i386/i386

Artis Caune artis.caune at gmail.com
Fri Nov 6 15:00:02 UTC 2009


2009/11/6 Attilio Rao <attilio at freebsd.org>:
> Author: attilio
> Date: Fri Nov  6 10:15:15 2009
> New Revision: 198977
> URL: http://svn.freebsd.org/changeset/base/198977
>
> Log:
>  MFC r198868, r198950:
>  Opteron rev E family of processor expose a bug where acq memory barriers
>  can be broken, resulting in random breakages.
>  Printout 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





-- 
Artis Caune

    Everything should be made as simple as possible, but not simpler.


More information about the svn-src-all mailing list