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
>
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