svn commit: r316033 - in head/sys/compat/linuxkpi/common: include/asm include/linux src

Hans Petter Selasky hps at selasky.org
Sun Apr 9 13:42:18 UTC 2017


On 04/08/17 20:08, Ed Maste wrote:
> On 27 March 2017 at 13:04, Hans Petter Selasky <hselasky at freebsd.org> wrote:
>> Author: hselasky
>> Date: Mon Mar 27 17:04:11 2017
>> New Revision: 316033
>> URL: https://svnweb.freebsd.org/changeset/base/316033
>
> powerpc.GENERIC is now failing with:
>
> In file included from
> /scratch/tmp/emaste/freebsd/sys/compat/linuxkpi/common/include/linux/gfp.h:39,
>                  from
> /scratch/tmp/emaste/freebsd/sys/compat/linuxkpi/common/include/linux/slab.h:41,
>                  from
> /scratch/tmp/emaste/freebsd/sys/compat/linuxkpi/common/include/linux/sched.h:44,
>                  from
> /scratch/tmp/emaste/freebsd/sys/compat/linuxkpi/common/include/linux/kernel.h:49,
>                  from
> /scratch/tmp/emaste/freebsd/sys/compat/linuxkpi/common/include/linux/kobject.h:36,
>                  from
> /scratch/tmp/emaste/freebsd/sys/modules/linuxkpi/../../compat/linuxkpi/common/src/linux_compat.c:58:
> /scratch/tmp/emaste/freebsd/sys/compat/linuxkpi/common/include/linux/page.h:43:
> error: conflicting types for 'pte_t'
> ./machine/pte.h:127: error: previous declaration of 'pte_t' was here
> cc1: warnings being treated as errors
> /scratch/tmp/emaste/freebsd/sys/modules/linuxkpi/../../compat/linuxkpi/common/src/linux_compat.c:
> In function 'linux_cdev_pager_populate':
> /scratch/tmp/emaste/freebsd/sys/modules/linuxkpi/../../compat/linuxkpi/common/src/linux_compat.c:414:
> warning: cast to pointer from integer of different size
> [-Wint-to-pointer-cast]
> *** [linux_compat.o] Error code 1
>
>

I'm on it. Thank you for the notice.

--HPS


More information about the svn-src-head mailing list