summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2007-08-04 18:50:19 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:12 +0200
commit2d38d0f995f30c5f04dcc0c10052f6c335f99987 (patch)
tree2025b98da15b2d4347408725ad8ab876bc0138d2 /ChangeLog
parent5ad5458f9ea2b6fa91f2ee2538aa82f1eead5dfb (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--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c450871..739a2e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>