On Mon, Dec 5, 2011 at 04:18, Andi Kleen <ak@linux.intel.com> wrote:
The original problem that made it stall was that the cpus were not devices, but sysdevs, and I had the attributes attached to them. But udev only works with devices.
Kay had an ugly patch to give use devices as sysdevs, but that never made it in. With that patch it worked on my test system at load.
Doing it is still a good idea of course.
So we decide to side step the whole problem and just attach the attribute to the cpuid device, which doesn't have any of those problems.
I already have a branch started with the new approach, but not everything tested&together yet. Hopefully soon.
I started today looking into converting the CPU sysdev stuff to real devices. I'll let you know later this week ... Kay -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org