Skip to content
Commit 896b4f15 authored by Caesar Wang's avatar Caesar Wang Committed by Greg Kroah-Hartman
Browse files

ARM: rockchip: fix broken build

commit cb8cc37f upstream.

The following was seen in branch[0] build.

arch/arm/mach-rockchip/platsmp.c:154:23: error:
    'rockchip_secondary_startup' undeclared (first use in this function)

branch[0]:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.3-armsoc/soc

The broken build is caused by the commit fe4407c0


("ARM: rockchip: fix the CPU soft reset").

Signed-off-by: default avatarCaesar Wang <wxt@rock-chips.com>

The breakage was a result of it being wrongly merged in my branch with
the cache invalidation rework from Russell 02b4e275


("ARM: v7 setup function should invalidate L1 cache").

Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Cc: Willy Tarreau <w@1wt.eu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c5291202
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment