diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-08-04 18:50:19 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:12 +0200 |
commit | 2d38d0f995f30c5f04dcc0c10052f6c335f99987 (patch) | |
tree | 2025b98da15b2d4347408725ad8ab876bc0138d2 /ChangeLog | |
parent | 5ad5458f9ea2b6fa91f2ee2538aa82f1eead5dfb (diff) |
2007-08-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
* configfrag.ac (mach_ncpus): Define to 1.
(NCPUS): Set to $mach_ncpus.
[$mach_ncpus > 1] (MULTIPROCESSOR): Set to 1.
* linux/configfrag.ac [$mach_ncpus > 1] (__SMP__): Define.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -20,7 +20,7 @@ * i386/i386/i386asm.sym (MP_GDT, MP_IDT): Remove macros. * i386/i386/lock.h: Don't include_next "lock.h". * i386/linux/dev/include/linux/autoconf.h [NCPUS > 1]: Define - CONFIG_SMP and __SMP__. + CONFIG_SMP. * linux/dev/include/asm-i386/smp.h: New file. * linux/dev/init/main.c [__SMP__ && __i386] (smp_loops_per_tick): Restore variable. @@ -29,6 +29,10 @@ * linux/pcmcia-cs/modules/i82365.c: Likewise. * linux/pcmcia-cs/modules/rsrc_mgr.c: Likewise. * linux/dev/include/asm-i386/system.h: Update to Linux 2.2 for SMP. + * configfrag.ac (mach_ncpus): Define to 1. + (NCPUS): Set to $mach_ncpus. + [$mach_ncpus > 1] (MULTIPROCESSOR): Set to 1. + * linux/configfrag.ac [$mach_ncpus > 1] (__SMP__): Define. 2007-07-08 Samuel Thibault <samuel.thibault@ens-lyon.org> |