summaryrefslogtreecommitdiff
path: root/viengoos/ager.c
diff options
context:
space:
mode:
authorneal <neal>2007-12-18 17:27:57 +0000
committerneal <neal>2007-12-18 17:27:57 +0000
commit6c0ce51313b60e279f887d2b3885f773d5e8fdb5 (patch)
treed97568f5855d0f8c6b5e6b98f6a12d4cd373b22f /viengoos/ager.c
parent6a5daa51228da775ea7eb4c1eb05953045075b56 (diff)
2007-12-18 Neal H. Walfield <neal@gnu.org>
* ager.c: Include "activity.h". * as.c: Include "rm.h". * cap.h: Don't include "rm.h". * loader.c: Include "cap.h" and "thread.h". * loader.h: Don't include "activity.h" or "thread.h". (struct activity): Add forward declaration. (struct thread): Likewise. * thread.h: Don't include "cap.h". * viengoos.c: Include <hurd/thread.h>. * as.c (as_insert): Add assert. * cap-lookup.c (lookup): Improve assert.
Diffstat (limited to 'viengoos/ager.c')
-rw-r--r--viengoos/ager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/viengoos/ager.c b/viengoos/ager.c
index 27ab1d9..070e572 100644
--- a/viengoos/ager.c
+++ b/viengoos/ager.c
@@ -26,6 +26,7 @@
#include "ager.h"
#include "object.h"
+#include "activity.h"
/* When frames are shared amoung multiple activities, the first
activity to access the frame is charged. This is unfair; the cost
@@ -274,7 +275,7 @@ ager_loop (l4_thread_id_t main_thread)
#if UNMAP_PERIODICALLY
if (iterations == 8 * 5)
{
- debug (1, "Unmapping all. %d active, %d inacitve, last interation "
+ debug (1, "Unmapping all. %d active, %d inactive, last interation "
"retired: %d, revived: %d",
active, inactive, retired, revived);