Re: 2.5.31 : net/network.o error

Arnaldo Carvalho de Melo (acme@conectiva.com.br)
Sun, 11 Aug 2002 19:45:30 -0300


Em Sun, Aug 11, 2002 at 12:54:36PM -0400, Frank Davis escreveu:
> Hello all,
> While 'make bzImage', I received the following error.
> Regards,
> Frank
>
> net/network.o: In function `unregister_8022_client':
> net/network.o(.text+0x13ab0): undefined reference to `save_flags'
> net/network.o(.text+0x13ab5): undefined reference to `cli'
> net/network.o(.text+0x13aea): undefined reference to `restore_flags'
> net/network.o: In function `unregister_snap_client':
> net/network.o(.text+0x13c96): undefined reference to `save_flags'
> net/network.o(.text+0x13c9b): undefined reference to `cli'
> net/network.o(.text+0x13cf9): undefined reference to `restore_flags'
> make: *** [vmlinux] Error 1

SMP, these functions are going to die, nowadays they still work on UP, but
they, AFAIK, will be nuked. In this specific case I have already merged a
fix with DaveM, wait for 2.5.32 8) They now use BR_NETPROTO_LOCK and use
the new LLC.

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