Searched hist:"6266 a4dadb1d0976490fdf5af4f7941e36f64e80" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | Makefile | diff 6266a4dadb1d0976490fdf5af4f7941e36f64e80 Wed Nov 06 03:30:25 CET 2019 Michael Ellerman <mpe@ellerman.id.au> powerpc/64s: Always disable branch profiling for prom_init.o
Otherwise the build fails because prom_init is calling symbols it's not allowed to, eg:
Error: External symbol 'ftrace_likely_update' referenced from prom_init.c make[3]: *** [arch/powerpc/kernel/Makefile:197: arch/powerpc/kernel/prom_init_check] Error 1
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20191106051129.7626-1-mpe@ellerman.id.au
|