Hi Manfred,

[EMAIL PROTECTED] writes:
> 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)

OK, if you say so, looks good as long as smp_processor_id()
actually returns the PHYSICAL processor id on i386 ...

Cheers,
Stephen
-- 
Stephen Rothwell, Open Source Project Engineer, Linuxcare, Inc.
+61-2-62628990 tel, +61-2-62628991 fax 
[EMAIL PROTECTED], http://www.linuxcare.com/ 
Linuxcare. Support for the revolution.

-
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