Added a simplified ascii_to_int() implementation.

Removed dependency on hard-coded pager id. Pager id is now passed
as an environment string `pagerid' to tasks. Alternatively, this
could take space in the utcb of each task.
This commit is contained in:
Bahadir Balban
2009-10-17 18:48:30 +03:00
parent d19c5c26fd
commit 7ba7a2e796
33 changed files with 109 additions and 187 deletions

View File

@@ -27,6 +27,8 @@ __l4_mutex_control_t __l4_mutex_control = 0;
struct kip *kip;
l4id_t pagerid;
/*
* Reference to private UTCB of this thread.
* Used only for pushing/reading ipc message registers.