2.4.20-pre1-ac1: apm.c non SMP compile error

From: Eyal Lebedinsky (eyal@eyal.emu.id.au)
Date: Wed Aug 07 2002 - 08:04:24 EST


apm_save_cpus() is defined without parameters for non-SMP, breaks
compile.

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>

--- linux/arch/i386/kernel/apm.c.orig Wed Aug 7 22:59:06 2002 +++ linux/arch/i386/kernel/apm.c Wed Aug 7 22:56:55 2002 @@ -524,7 +524,7 @@ * No CPU lockdown needed on a uniprocessor */ -#define apm_save_cpus 0 +#define apm_save_cpus() 0 #define apm_restore_cpus(x) #endif

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Aug 07 2002 - 22:00:35 EST