Re: sparc32 sunrpc.o

David S. Miller (davem@redhat.com)
Thu, 26 Sep 2002 14:29:10 -0700 (PDT)


From: Pete Zaitcev <zaitcev@redhat.com>
Date: Thu, 26 Sep 2002 17:27:24 -0400

> Since 2.4.20-pre2 or 3, sunrpc.o has had this problem on sparc32:
>
> depmod: *** Unresolved symbols in /lib/modules/2.4.20-pre8/kernel/net/sunrpc/sunrpc.o
> depmod: ___illegal_use_of_BTFIXUP_SETHI_in_module
> depmod: ___f_set_pte
> depmod: fix_kmap_begin
> depmod: ___f_flush_cache_all
> depmod: ___f_pte_clear
> depmod: ___f_mk_pte
> depmod: ___f_flush_tlb_all

Try these two things:

No Peter, it really does use kmap_atomic stuff from modules, and this
precludes providing those routines inline in highmem.h, they must
live statically in main kernel image so that flush/pte calls can
be properly BTFIXUP'd.

See my other email.
-
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/