Zitiere Stephen Rothwell <[EMAIL PROTECTED]>:

> Hi Linus,
> 
> Please apply ...
> 
>!= 0 */
> -     while (cpu_number_map[smp_processor_id()] != 0) {
> +     while (cpu_number_map(smp_processor_id()) != 0) {

No. IIRC the implementation of smp_processor_id() has
changed, replace it with

        while (smp_processor_id() != 0)

--
        Manfred


-----------------------------------------------------
This mail sent through IMP: http://web.horde.org/imp/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to