summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-07-17 00:28:06 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:16 +0200
commitc94759ba7930feda649e73aabf710a4dcfcd0403 (patch)
treec6aa69d72673d8d71d67268e6ddad32623e8ace6 /ChangeLog
parent2580af6c44c6b6dd9f714e764a0f74958bb20ea2 (diff)
2008-07-15 Barry deFreese <bddebian@comcast.net>
* i386/i386/model_dep.h: New header. * i386/i386at/model_dep.c: Include <i386/model_dep.h>. * kern/debug.c: Include <machine/model_dep.h>. * kern/mach_clock.c: Likewise. * kern/sched_prim.c: Likewise. * kern/startup.c: Likewise. * kern/machine.c: Likewise. (halt_cpu): Remove prototype. * vm/pmap.h (pmap_grab_page): Add prototype.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2220eaba..e3116b36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,6 +65,15 @@
* device/tty.h (ttyinput_many, tty_cts, tty_get_status,
tty_set_status, tty_flush, ttrstrt, ttstart, ttyclose, tty_portdeath,
chario_init): Add prototypes.
+ * i386/i386/model_dep.h: New header.
+ * i386/i386at/model_dep.c: Include <i386/model_dep.h>.
+ * kern/debug.c: Include <machine/model_dep.h>.
+ * kern/mach_clock.c: Likewise.
+ * kern/sched_prim.c: Likewise.
+ * kern/startup.c: Likewise.
+ * kern/machine.c: Likewise.
+ (halt_cpu): Remove prototype.
+ * vm/pmap.h (pmap_grab_page): Add prototype.
2008-07-04 Samuel Thibault <samuel.thibault@ens-lyon.org>