linux-2.4.0-test13-pre2 has problems on Alpha

2000-12-17 Thread Daiki Matsuda
Hi, all. I tested test13-pre2 on Alpha, but it is not compilable. So, I send a small patch, and in test13-pre3 its problem may not be repaired. 'CONFIG_ALPHA' is used in drivers/pci/Makefile, but it is not defined in anywhere. So, I added it to arch/alpha/config.in. I think the point in arch/al

2.4.0-test13-pre2 has problems

2000-12-16 Thread Daiki Matsuda
Hi, all. I'm trying kernel 2.4.0-test13-pre2. But it has a problem in CONFIG_ATM. In net/Config.in, we seletct CONFIG_ATM by bool, CONFIG_ATM_LANE and CONFIG_ATM_MPOA by tristate. But net/atm/common.c calls two function i.e. atm_lane_init and atm_mpoa_init, there also in net/atm/{lane_mpoa_init.c