Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed1197f9 authored by EunBong Song's avatar EunBong Song Committed by Ralf Baechle
Browse files

MIPS: Fix build error cavium-octeon without CONFIG_SMP



Singed-off-by: default avatarEunBong Song <eunb.song@samsung.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent aaa9fad3
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -174,7 +174,10 @@ static int octeon_kexec_prepare(struct kimage *image)

static void octeon_generic_shutdown(void)
{
	int cpu, i;
	int i;
#ifdef CONFIG_SMP
	int cpu;
#endif
	struct cvmx_bootmem_desc *bootmem_desc;
	void *named_block_array_ptr;