On Sun, Jan 8, 2012 at 21:48, Ben Hutchings <[email protected]> wrote: > Commit ccbc60d3e19a1b6ae66ca0d89b3da02dde62088b ('topology: Provide > CPU topology in sysfs in !SMP configurations') causes a crash at boot > on a several architectures. The topology sysfs code assumes that > there is a CPU device for each online CPU whereas some architectures > that do not support SMP or cpufreq do not register any CPU devices. > Check for this before trying to use a device. > > Signed-off-by: Ben Hutchings <[email protected]>
Thanks! Works on its own or combined with "[PATCH 2/2] cpu: Register a generic CPU device on architectures that currently do not". Tested-by: Geert Uytterhoeven <[email protected]> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

