Re: [PATCH] Fix APM and SMP compile

From: manfreds@colorfullife.com
Date: Tue Feb 22 2000 - 03:32:46 EST


Zitiere Stephen Rothwell <sfr@linuxcare.com>:

> 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 majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Feb 23 2000 - 21:00:30 EST