The fix is to change, in arch/sparc64/kernel/setup.c: if (!ic_set_manually) { to: if (ic_myaddr == INADDR_NONE) { Shows how much this facility is used on sparc64 :-) I'll send this fix off to Alan. Later, David S. Miller [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- 2.2.17 doesnt build on sparc64 with CONFIG_IP_PNP Florian Lohoff
- David S. Miller