arch/arm64: Fix compilation without CONFIG_SMP
commitfbc45a60eb66aaee54f7496336d090c4497eb8cc
authorPatrick Georgi <pgeorgi@chromium.org>
Mon, 29 Jun 2015 15:07:23 +0000 (29 17:07 +0200)
committerPatrick Georgi <pgeorgi@google.com>
Tue, 30 Jun 2015 06:11:03 +0000 (30 08:11 +0200)
treead2c6ad70a423fc7d30098d6f7517ba721056749
parente72487944f9dde6f0e4bc6e05d8027e1d1cc9696
arch/arm64: Fix compilation without CONFIG_SMP

Compilers aren't happy with a declaration of boot_cpu() after defining
boot_cpu to 1.

Change-Id: I22d0db61646f3e226e5996fa94223ffbb6b760e5
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10696
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
src/arch/arm64/cpu.c