summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2007-08-04 16:39:39 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:11 +0200
commitf9fd27989cb6402fbdf624c350e9908903902745 (patch)
tree23db43573495c3612fa8e60cfb8b59533417f9ba /ChangeLog
parent5f31fc65e9479fe7c637c82e280e20bf4ef39250 (diff)
2007-08-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
* i386/i386/mp_desc.c: (cpu_control, interrupt_processor, cpu_start) (start_other_cpus): New functions. * i386/i386/i386asm.sym (MP_GDT, MP_IDT): Remove macros. * i386/i386/lock.h: Don't include_next "lock.h".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d46ac33..4c832d28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,13 +8,17 @@
and _current_timer.
* i386/i386/io_perm.c (i386_io_perm_create): Lock io_perm->port, not
inexistent device->port.
+ * i386/i386at/model_dep.c: Make init_alloc_aligned() extern.
* i386/i386/mp_desc.c: Include <machine/vm_param.h>
(interrupt_stack_alloc): Call init_alloc_aligned() instead of
init_alloc().
- * i386/i386at/model_dep.c: Make init_alloc_aligned() extern.
+ (cpu_control, interrupt_processor, cpu_start, start_other_cpus): New
+ functions.
* i386/i386/mp_desc.h: Include <i386at/idt.h> instead of "idt.h"
* i386/i386/cswitch.S: Use EXT(interrupt_stack) instead of
_interrupt_stack.
+ * i386/i386/i386asm.sym (MP_GDT, MP_IDT): Remove macros.
+ * i386/i386/lock.h: Don't include_next "lock.h".
2007-07-08 Samuel Thibault <samuel.thibault@ens-lyon.org>