From: Catalin Marinas Date: Fri, 28 Feb 2014 16:12:25 +0000 (+0000) Subject: arm64: Fix !CONFIG_SMP kernel build X-Git-Tag: v3.14-rc5~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b57fc9e80692043e2a3a74e1d2c047eb700dcd0c;p=pandora-kernel.git arm64: Fix !CONFIG_SMP kernel build Commit fb4a96029c8a (arm64: kernel: fix per-cpu offset restore on resume) uses per_cpu_offset() unconditionally during CPU wakeup, however, this is only defined for the SMP case. Signed-off-by: Catalin Marinas Reported-by: Dave P Martin --- Reading git-diff-tree failed