svn commit: r320196 - in head/sys: compat/linuxkpi/common/include/linux dev/mlx4/mlx4_core dev/mlx5/mlx5_core

Mark Johnston markj at freebsd.org
Mon Jul 3 02:02:39 UTC 2017


On Sun, Jul 02, 2017 at 01:38:49PM +0000, Bjoern A. Zeeb wrote:
> On 2 Jul 2017, at 13:30, Ed Maste wrote:
> 
> > On 21 June 2017 at 14:20, Mark Johnston <markj at freebsd.org> wrote:
> >> Author: markj
> >> Date: Wed Jun 21 18:20:17 2017
> >> New Revision: 320196
> >> URL: https://svnweb.freebsd.org/changeset/base/320196
> >>
> >> Log:
> >>   Update io-mapping.h in the LinuxKPI.
> >
> > sparc64 LINT kernel is failing with:
> >
> > In file included from
> > /scratch/tmp/emaste/freebsd/sys/dev/mlx5/mlx5_core/mlx5_main.c:36:
> > /scratch/tmp/emaste/freebsd/sys/compat/linuxkpi/common/include/linux/io-mapping.h:
> > In function 'io_mapping_init_wc':
> > /scratch/tmp/emaste/freebsd/sys/compat/linuxkpi/common/include/linux/io-mapping.h:57:
> > error: 'VM_MEMATTR_WRITE_COMBINING' undeclared (first use in this
> > function)
> > /scratch/tmp/emaste/freebsd/sys/compat/linuxkpi/common/include/linux/io-mapping.h:57:
> > error: (Each undeclared identifier is reported only once
> > /scratch/tmp/emaste/freebsd/sys/compat/linuxkpi/common/include/linux/io-mapping.h:57:
> > error: for each function it appears in.)
> > *** [mlx5_main.o] Error code 1
> 
> 
> and so is arm.LINT:

This should be addressed by r320580, sorry for the breakage.


More information about the svn-src-head mailing list