From: James Bottomley Date: Fri, 26 Oct 2007 17:17:19 +0000 (-0500) Subject: x86: voyager: fix bogus conversion to per_cpu for boot_cpu_info X-Git-Tag: v2.6.24-rc2~121^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cca1ca647d87c2c0b0d76d2f32683ce34d54989;p=pandora-kernel.git x86: voyager: fix bogus conversion to per_cpu for boot_cpu_info There were two problems. Firstly, someone forgot the struct keyword in front of cpuinfo_x86, so I take it this wasn't even compile checked. Secondly, the actual definition has this as a SHARED_ALIGNED, so the definitions mismatch. Signed-off-by: James Bottomley Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed