Home
last modified time | relevance | path

Searched hist:eac6f8b0c7adb003776dbad9d037ee2fc64f9d62 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/kernel/
H A DMakefilediff eac6f8b0c7adb003776dbad9d037ee2fc64f9d62 Tue Dec 06 07:27:59 CET 2016 Andrew Donnellan <andrew.donnellan@au1.ibm.com> powerpc: Correctly disable latent entropy GCC plugin on prom_init.o

Commit 38addce8b600 ("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: 38addce8b600 ("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>