[2.4.20-rc1-ac3] Compile Fix for smplock.h

Henning Schmiedehausen (hps@intermeta.de)
15 Nov 2002 11:37:43 +0100


--=-X6V4Q79qgwoKGS6OG9/h
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hi,

I needed the attached patch to compile 2.4.20-rc1-ac3 on Uniprocessor.
Alan, you seem to have too many multiprocessor boxes these days... :-)

It might be possible that the same patch is needed in

./arch/ppc64/kernel/ppc_ksyms.c
./arch/mips/sibyte/sb1250/bcm1250_tbprof.c
./arch/ppc/kernel/ppc_ksyms.c
./arch/ia64/kernel/ia64_ksyms.c
./arch/parisc/kernel/parisc_ksyms.c

But as I own none of these architectures, I can't be too sure.

Regards
Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen       -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH     hps@intermeta.de

Am Schwabachgrund 22 Fon.: 09131 / 50654-0 info@intermeta.de D-91054 Buckenhof Fax.: 09131 / 50654-20

--=-X6V4Q79qgwoKGS6OG9/h Content-Disposition: attachment; filename=linux-2.4.20-rc1-ac3-compile.patch Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; name=linux-2.4.20-rc1-ac3-compile.patch; charset=ISO-8859-1

--- linux-2.4.20-rc1-ac3/mm/rmap.c~ Fri Nov 15 10:49:55 2002 +++ linux-2.4.20-rc1-ac3/mm/rmap.c Fri Nov 15 11:29:16 2002 @@ -25,10 +25,10 @@ #include <linux/swap.h> #include <linux/slab.h> #include <linux/init.h> +#include <linux/smp_lock.h> =20 #include <asm/pgalloc.h> #include <asm/rmap.h> -#include <asm/smplock.h> =20 /* #define DEBUG_RMAP */ =20

--=-X6V4Q79qgwoKGS6OG9/h--

- 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/