[LV] [PATCH 2.6.17] mutex.h: Add the missing header
Link in the generic implementation. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> --- Please apply. Maciej patch-vax-2.6.17-rc4-20070111-vax-mutex-0 diff -up --recursive --new-file linux-vax-2.6.17-rc4-20070111.macro/include/asm-vax/mutex.h linux-vax-2.6.17-rc4-20070111/include/asm-vax/mutex.h --- linux-vax-2.6.17-rc4-20070111.macro/include/asm-vax/mutex.h 1970-01-01 00:00:00.000000000 +0000 +++ linux-vax-2.6.17-rc4-20070111/include/asm-vax/mutex.h 2006-10-31 19:05:50.000000000 +0000 @@ -0,0 +1,9 @@ +/* + * Pull in the generic implementation for the mutex fastpath. + * + * TODO: implement optimized primitives instead, or leave the generic + * implementation in place, or pick the atomic_xchg() based generic + * implementation. (see asm-generic/mutex-xchg.h for details) + */ + +#include <asm-generic/mutex-dec.h> _______________________________________________ Linux-Vax mailing list Linux-Vax@pergamentum.com http://www.pergamentum.com/mailman/listinfo/linux-vax
Teilnehmer (2)
-
Maciej W. Rozycki
-
Neale Banks