diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-08-04 15:56:13 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:11 +0200 |
commit | 5f31fc65e9479fe7c637c82e280e20bf4ef39250 (patch) | |
tree | 80dd5be1c8d3c71a0f1deb14e705c311df9d8af2 /ChangeLog | |
parent | 20ce4a1d8fdda4449678a0bdf871551799a6f248 (diff) | |
download | gnumach-5f31fc65e9479fe7c637c82e280e20bf4ef39250.tar.gz gnumach-5f31fc65e9479fe7c637c82e280e20bf4ef39250.tar.bz2 gnumach-5f31fc65e9479fe7c637c82e280e20bf4ef39250.zip |
2007-08-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
* i386/i386at/model_dep.c: Make init_alloc_aligned() extern.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ * 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. * 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. |