Re: [uml-devel] Is register_cpu() now obligatory?

2012-01-08 Thread Randy Dunlap
On 01/08/2012 05:00 PM, Richard Weinberger wrote: > Hi! > > In Linus' tree as of today UML is broken. > It's crashing because get_cpu_device() in topology_add_dev() > returns a device with an invalid kobj (address is 0x10). > > The code seems to assume that each arch has to register their CPUs >

[uml-devel] Is register_cpu() now obligatory?

2012-01-08 Thread Richard Weinberger
Hi! In Linus' tree as of today UML is broken. It's crashing because get_cpu_device() in topology_add_dev() returns a device with an invalid kobj (address is 0x10). The code seems to assume that each arch has to register their CPUs using register_cpu(). Is this a regression or was UML always faul