From: Benjamin Herrenschmidt Date: Fri, 28 Mar 2014 02:36:27 +0000 (+1100) Subject: powerpc: Make boot_cpuid common between 32 and 64-bit X-Git-Tag: v3.15-rc1~43^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36ae37e3436b0c7731ae15a03d9215ff24bef9f2;p=pandora-kernel.git powerpc: Make boot_cpuid common between 32 and 64-bit Move the definition to setup-common.c and set the init value to -1 on both 32 and 64-bit (it was 0 on 64-bit). Additionally add a check to prom.c to garantee that the init value has been udpated after the DT scan. Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed