On Tue, May 01, 2001 at 10:28:35PM +0100, Alan Cox wrote:
> 
....
> 2.4.4-ac3
....

Does not compile on Alpha.  I have a strange feeling that because
of this:-)
> o     Fix module exception race on Alpha              (Andrea Arcangeli)

A declaration was forgotten and, comparing with i386 equivalent, this
minor correction is required:

--- linux-2.4.4-ac/arch/alpha/mm/extable.c~     Wed May  2 11:08:43 2001
+++ linux-2.4.4-ac/arch/alpha/mm/extable.c      Wed May  2 12:08:50 2001
@@ -36,6 +36,8 @@
 
 register unsigned long gp __asm__("$29");
 
+extern spinlock_t modlist_lock;
+
 static unsigned
 search_exception_table_without_gp(unsigned long addr)
 {

    Michal

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

Reply via email to