On Sun, Jan 31, 2016 at 8:01 PM, Mike [off-list ref] wrote:
Building on ppc32
In file included from fs/proc/task_mmu.c:14:0:
include/linux/swapops.h: In function =E2=80=98pte_to_swp_entry=E2=80=99:
include/linux/swapops.h:69:6: error: implicit declaration of function
=E2=80=98pte_swp_soft_dirty=E2=80=99 [-Werror=3Dimplicit-function-declara=
tion]
if (pte_swp_soft_dirty(pte))
^
include/linux/swapops.h:70:9: error: implicit declaration of function
=E2=80=98pte_swp_clear_soft_dirty=E2=80=99 [-Werror=3Dimplicit-function-d=
Thanks!
Applied and it built this time, sadly i missed RC-2 and will just have to
test and see if the radeon r300 is un-broken and rebuild, doing dpkg kernel
build and was lazy with the .config so it takes a day building on this
single core g4!
Cheers
Mike
On 1 February 2016 at 01:05, Pranith Kumar [off-list ref] wrote:
On Sun, Jan 31, 2016 at 8:01 PM, Mike [off-list ref] wrote:
quoted
Building on ppc32
In file included from fs/proc/task_mmu.c:14:0:
include/linux/swapops.h: In function ‘pte_to_swp_entry’:
include/linux/swapops.h:69:6: error: implicit declaration of function
‘pte_swp_soft_dirty’ [-Werror=implicit-function-declaration]
if (pte_swp_soft_dirty(pte))
^
include/linux/swapops.h:70:9: error: implicit declaration of function
‘pte_swp_clear_soft_dirty’ [-Werror=implicit-function-declaration]
pte = pte_swp_clear_soft_dirty(pte);
^
On Sun, Jan 31, 2016 at 8:01 PM, Mike [off-list ref] wrote:
quoted
Building on ppc32
In file included from fs/proc/task_mmu.c:14:0:
include/linux/swapops.h: In function =E2=80=98pte_to_swp_entry=E2=80=99:
include/linux/swapops.h:69:6: error: implicit declaration of function
=E2=80=98pte_swp_soft_dirty=E2=80=99 [-Werror=3Dimplicit-function-declar=
ation]
quoted
if (pte_swp_soft_dirty(pte))
^
include/linux/swapops.h:70:9: error: implicit declaration of function
=E2=80=98pte_swp_clear_soft_dirty=E2=80=99 [-Werror=3Dimplicit-function-=
Agreed, raised an eyebrow initially when select ppc64 and 32 :D
I'll give a word on the trackpad issue later, cant remember seeing any
changes that ought effect it really. guess the compile is done in a good
hour or so, took the tiime to slim it down to someting reasonable
Thanks man
On 2 Feb 2016 18:14, "Pranith Kumar" [off-list ref] wrote:
On Tue, Feb 2, 2016 at 1:48 AM, Aneesh Kumar K.V
[off-list ref] wrote: