On Wed, Apr 20, 2011 at 11:06:54AM +0200, Sam Ravnborg wrote: > [PATCH]sparc32: always define boot_cpu_id > > +extern unsigned char boot_cpu_id; > +unsigned char boot_cpu_id; > -unsigned char boot_cpu_id = 0; > - int target_cpu = 0; > + int target_cpu; > target_cpu = boot_cpu_id; You declared it, but you didn't actually define it? -- 2. That which causes joy or happiness. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html