Re: 2.2.17 doesnt build on sparc64 with CONFIG_IP_PNP

2000-09-16 Thread David S. Miller


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/



Re: 2.2.17 doesnt build on sparc64 with CONFIG_IP_PNP

2000-09-16 Thread David S. Miller


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

2000-09-15 Thread Florian Lohoff


Hi,
current 2.2.17 sparc64 kernel doesnt build with CONFIG_IP_PNP
enabled

make[2]: Entering directory `/usr/src/linux/arch/sparc64/kernel'
sparc64-linux-gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -m64 -pipe -mno-fpu -mcpu=ultrasparc 
-mcmodel=medlow -ffixed-g4 -fcall-used-g5 -fcall-used-g7 -Wno-sign-compare   -c -o 
setup.o setup.c
setup.c: In function `setup_arch':
setup.c:553: `ic_set_manually' undeclared (first use in this function)
setup.c:553: (Each undeclared identifier is reported only once
setup.c:553: for each function it appears in.)
make[2]: *** [setup.o] Error 1
make[2]: Leaving directory `/usr/src/linux/arch/sparc64/kernel'
make[1]: *** [_dir_arch/sparc64/kernel] Error 2
make[1]: Leaving directory `/usr/src/linux'
make: *** [stamp-build] Error 2


Flo
-- 
Florian Lohoff  [EMAIL PROTECTED]  +49-5201-669912
  "Write only memory - Oops. Time for my medication again ..."

-
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

2000-09-15 Thread Florian Lohoff


Hi,
current 2.2.17 sparc64 kernel doesnt build with CONFIG_IP_PNP
enabled

make[2]: Entering directory `/usr/src/linux/arch/sparc64/kernel'
sparc64-linux-gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -m64 -pipe -mno-fpu -mcpu=ultrasparc 
-mcmodel=medlow -ffixed-g4 -fcall-used-g5 -fcall-used-g7 -Wno-sign-compare   -c -o 
setup.o setup.c
setup.c: In function `setup_arch':
setup.c:553: `ic_set_manually' undeclared (first use in this function)
setup.c:553: (Each undeclared identifier is reported only once
setup.c:553: for each function it appears in.)
make[2]: *** [setup.o] Error 1
make[2]: Leaving directory `/usr/src/linux/arch/sparc64/kernel'
make[1]: *** [_dir_arch/sparc64/kernel] Error 2
make[1]: Leaving directory `/usr/src/linux'
make: *** [stamp-build] Error 2


Flo
-- 
Florian Lohoff  [EMAIL PROTECTED]  +49-5201-669912
  "Write only memory - Oops. Time for my medication again ..."

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