Re: sparc32 sunrpc.o

Pete Zaitcev (zaitcev@redhat.com)
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:

1. diff -urN -X dontdiff linux-2.4.19 linux-2.4.20-pre2 > x.diff
vi x.diff
I've got Tigran's dontdiff updated at
http://people.redhat.com/zaitcev/linux/dontdiff.fix

2. make vmlinux modules > build.out 2>&1 </dev/null
grep -i warning build.out

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