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

Ed Maste emaste at freebsd.org
Sat Apr 8 18:09:19 UTC 2017


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


More information about the svn-src-all mailing list