I'm silly =) ---------- Forwarded message ---------- Date: Mon, 12 Feb 2001 16:52:27 -0500 (EST) From: Ben LaHaise To: torvalds@transmeta.com Cc: davem@redhat.com, alan@redhat.com, linux-mm@redhat.com Subject: [PATCH] revised tlb shootdown patch vs 2.4.2-pre3 Hello all, Attached is the revised tlb shootdown patch that implements the tlb_* interface suggested in asm-generic/tlb.h. All architechures are updated to use the generic code, although they may opt to do something else. It also has the mm_users optimisation that will fall back to unbuffered page freeing if only one thread is in use, plus it compiles to the old code without CONFIG_SMP. Comments? I've santity tested all of the non-SMP, SMP-slow and SMP-fast paths with no problems. Also, there are two small other fragments: correct a compile time warning in the soundmodem code, and add a check for ~/bin/installkernel in arch/i386/boot/install.sh. I'ld appreciate it if those were included. Thanks! -ben