On Wed, Apr 20, 2011 at 11:38:26AM +0200, Josip Rodin wrote: > 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? It is defined in setup_32.c Sam -- 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