Hi, I try to run the following code in kernel (which is similar to apm() function) but it does not seem to work...
if (smp_processor_id() != cpu) { current->cpus_allowed = (1UL << cpu); schedule(); if (smp_processor_id() != cpu) { BUG(); } } Any idea why? Benzi. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html