summaryrefslogtreecommitdiff
path: root/viengoos
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2008-12-17 14:17:15 +0100
committerNeal H. Walfield <neal@gnu.org>2008-12-17 14:17:15 +0100
commit6375b6cdd0732bfc3f9a1cca5a2e03f44eef8ec5 (patch)
tree5525aaff51d12648643aca37b406c5daef9bc358 /viengoos
parent9f836a41f30e7156d745dddd83b802356ad1d980 (diff)
Move activation interface definitions to libviengoos.
hurd/ 2008-12-17 Neal H. Walfield <neal@gnu.org> * exceptions.h: Don't include <viengoos/cap.h> or <l4/space.h>. Include <viengoos/addr.h>. (ACTIVATION_fault, activation_method_id_string) (struct activation_fault_info, ACTIVATION_FAULT_INFO_FMT) (ACTIVATION_FAULT_INFO_PRINTF, fault): Move from here... * ../libviengoos/viengoos/thread.h: ... to here. libhurd-mm/ 2008-12-17 Neal H. Walfield <neal@gnu.org> * ia32-exception-entry.S: Don't include <hurd/exceptions.h>. Include <hurd/stddef.h>. libviengoos/ 2008-12-17 Neal H. Walfield <neal@gnu.org> * ../hurd/exceptions.h (ACTIVATION_fault, activation_method_id_string) (struct activation_fault_info, ACTIVATION_FAULT_INFO_FMT) (ACTIVATION_FAULT_INFO_PRINTF, fault): Move from here... * viengoos/thread.h: ... to here.
Diffstat (limited to 'viengoos')
-rw-r--r--viengoos/ChangeLog5
-rw-r--r--viengoos/server.c1
-rw-r--r--viengoos/thread.c1
3 files changed, 5 insertions, 2 deletions
diff --git a/viengoos/ChangeLog b/viengoos/ChangeLog
index 7bcefa1..d7f60ec 100644
--- a/viengoos/ChangeLog
+++ b/viengoos/ChangeLog
@@ -1,5 +1,10 @@
2008-12-17 Neal H. Walfield <neal@gnu.org>
+ * server.c: Don't include <hurd/exceptions.h>.
+ * thread.c: Likewise.
+
+2008-12-17 Neal H. Walfield <neal@gnu.org>
+
* zalloc.c: Don't include <l4/math.h>. Include <viengoos/math.h>.
(zfree): Use vg_msb instead of l4_msb.
* ager.c (update_stats): Likewise.
diff --git a/viengoos/server.c b/viengoos/server.c
index 3280a54..6c0be23 100644
--- a/viengoos/server.c
+++ b/viengoos/server.c
@@ -22,7 +22,6 @@
#include <l4/pagefault.h>
#include <viengoos/cap.h>
#include <hurd/stddef.h>
-#include <hurd/exceptions.h>
#include <viengoos/thread.h>
#include <viengoos/activity.h>
#include <viengoos/futex.h>
diff --git a/viengoos/thread.c b/viengoos/thread.c
index ec8080f..1889aa8 100644
--- a/viengoos/thread.c
+++ b/viengoos/thread.c
@@ -23,7 +23,6 @@
#include <hurd/ihash.h>
#include <viengoos/cap.h>
#include <hurd/stddef.h>
-#include <hurd/exceptions.h>
#include <viengoos/thread.h>
#include <bit-array.h>
#include <backtrace.h>