]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
powerpc/entry: Fix an #if which should be an #ifdef in entry_32.S
authorChristophe Leroy <christophe.leroy@c-s.fr>
Tue, 18 Feb 2020 14:09:29 +0000 (14:09 +0000)
committerPaolo Pisati <paolo.pisati@canonical.com>
Thu, 5 Mar 2020 09:37:00 +0000 (10:37 +0100)
commit942ae2a5da8e713e39d23f83300fbf55e452b1d4
treef83586cbffc98d99084119d59107314ca03fea04
parent9126e189e53885965e47f7f387d5c4914434bc54
powerpc/entry: Fix an #if which should be an #ifdef in entry_32.S

BugLink: https://bugs.launchpad.net/bugs/1866165
commit 9eb425b2e04e0e3006adffea5bf5f227a896f128 upstream.

Fixes: 12c3f1fd87bf ("powerpc/32s: get rid of CPU_FTR_601 feature")
Cc: stable@vger.kernel.org # v5.4+
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/a99fc0ad65b87a1ba51cfa3e0e9034ee294c3e07.1582034961.git.christophe.leroy@c-s.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
arch/powerpc/kernel/entry_32.S