Quoting Michael Kevin O'Brien ([EMAIL PROTECTED]): > > I downloaded the src for 2.2.15. Ran make menuconfig, dep, bzImage, modules, > modules_install. The installed modules have undefined symbols for > __global_cli, __global_save_flags, and __global_restore_flags. All of these > symbols are defined in "arch/i386/kernel/irq.c".
I'm not up to date, but 2.2.10. However, these symbols are only exported (in arch/i386/kernel/i386_ksyms.c) if __SMP__ is defined. So is it possible that you've somehow managed to get a mixture of __SMP__ and non-__SMP__ compilations? Cheers, -- Email: [EMAIL PROTECTED] Tel: +44 1908 653 739 Fax: +44 1908 655 151 Snail: David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA Disclaimer: These addresses are only for reaching me, and do not signify official stationery. Views expressed here are either my own or plagiarised.

