On Thu, Jan 21, 2016 at 9:59 AM, Christophe Lyon <email address hidden> wrote: > Updating arch/arm64/Makefile to have: > > ifeq ($(CONFIG_ARM64_ERRATUM_843419), y) > KBUILD_CFLAGS_MODULE += -mcmodel=large > KBUILD_CFLAGS_MODULE += $(call cc-option, -mpc-relative-literal-loads) > endif > > does the trick.
Cool.
> Is this a good solution for you?
If it works for upstream, it works for me. Do you want to submit that or prefer I do? (If you do, could you please CC stable?)
-dann
On Thu, Jan 21, 2016 at 9:59 AM, Christophe Lyon ARM64_ERRATUM_ 843419) , y) CFLAGS_ MODULE += -mcmodel=large CFLAGS_ MODULE += $(call cc-option, -mpc-relative- literal- loads)
<email address hidden> wrote:
> Updating arch/arm64/Makefile to have:
>
> ifeq ($(CONFIG_
> KBUILD_
> KBUILD_
> endif
>
> does the trick.
Cool.
> Is this a good solution for you?
If it works for upstream, it works for me. Do you want to submit that
or prefer I do?
(If you do, could you please CC stable?)
-dann