diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-08-04 15:53:40 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:11 +0200 |
commit | d2267845c42085b9419174beb1678201ed800217 (patch) | |
tree | e5b33db86cf2856c1013ed90e25c19736c26132b /ChangeLog | |
parent | f6fcac02fbd3182f067f69bfb256298cd4c3b37f (diff) |
2007-08-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
* i386/i386/mp_desc.c (interrupt_stack_alloc): Call init_alloc_aligned()
instead of init_alloc().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ * i386/i386/io_perm.c (i386_io_perm_create): Lock io_perm->port, not inexistent device->port. * i386/i386/mp_desc.c: Include <machine/vm_param.h> + (interrupt_stack_alloc): Call init_alloc_aligned() instead of + init_alloc(). * i386/i386/mp_desc.h: Include <i386at/idt.h> instead of "idt.h" 2007-07-08 Samuel Thibault <samuel.thibault@ens-lyon.org> |