]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Correctly disable latent entropy GCC plugin on prom_init.o
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>
Tue, 6 Dec 2016 06:27:59 +0000 (17:27 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 3 Feb 2017 10:59:27 +0000 (21:59 +1100)
commit83565d9951003e1e99275058d6fa8c3a97f0569f
treea54ddaffce2ea56170f2f5d82e245bb454aa791a
parent03678aedf95ddd751968a6b460f06941f1ba399b
powerpc: Correctly disable latent entropy GCC plugin on prom_init.o

Commit 8962711fc890 ("gcc-plugins: Add latent_entropy plugin") excludes
certain powerpc early boot code from the latent entropy plugin by adding
appropriate CFLAGS. It looks like this was supposed to cover
prom_init.o, but ended up saying init.o (which doesn't exist) instead.
Fix the typo.

Fixes: 8962711fc890 ("gcc-plugins: Add latent_entropy plugin")
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/Makefile