Added a new uattr word to capabilities.

The new word is for irq numbers.
This commit is contained in:
Bahadir Balban
2009-11-23 14:37:37 +02:00
parent 1f32e0ce0e
commit b994083e27
5 changed files with 15 additions and 13 deletions

View File

@@ -48,6 +48,7 @@ static inline l4id_t tid_to_cid(l4id_t tid)
return (tid & TASK_CID_MASK) >> TASK_CID_SHIFT;
}
/* Values that rather have special meaning instead of an id value */
static inline int tid_special_value(l4id_t id)
{
/* Special ids have top 2 nibbles all set */