[Bug 20622] powernow-k7 doesn't appear to work with linux-image-2.6.15-7-k7

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Wed Jan 11 07:12:58 UTC 2006


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=20622
Ubuntu | linux





------- Additional Comments From ds at schleef.org  2006-01-11 07:12 UTC -------
This section of code is where the modprobe is failing on my system:

        /* Does not support multi-cpu systems */
        if (num_online_cpus() != 1 || num_possible_cpus() != 1)
                return -ENODEV;

Since I clearly only have one (online) CPU, I'm assuming that
num_possible_cpus() is not 1.  (Or, the macros don't evaluate to a simple
expression.)

-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the kernel-bugs mailing list