Comment 24 for bug 1533009

Revision history for this message
Christophe Lyon (christophe-lyon) 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.

Is this a good solution for you?