Re: [PATCH v3] powerpc: fix compile error on 64K pages on 40x, 44x

2017-10-03 Thread Christophe LEROY
Le 01/10/2017 à 16:33, Christian Lamparter a écrit : The mmu context on the 40x, 44x does not define pte_frag entry. This causes gcc abort the compilation due to: setup-common.c: In function ‘setup_arch’: setup-common.c:908: error: ‘mm_context_t’ has no ‘pte_frag’ This patch fixes the issue b

[PATCH v3] powerpc: fix compile error on 64K pages on 40x, 44x

2017-10-02 Thread Christian Lamparter
The mmu context on the 40x, 44x does not define pte_frag entry. This causes gcc abort the compilation due to: setup-common.c: In function ‘setup_arch’: setup-common.c:908: error: ‘mm_context_t’ has no ‘pte_frag’ This patch fixes the issue by removing the pte_frag initialization in setup-common.c.