Removed capinfo target_type field. Same info expressed in rtype field

This commit is contained in:
Bahadir Balban
2009-11-17 13:43:25 +02:00
parent b933db1e36
commit 5ebc0bb9ac
2 changed files with 33 additions and 44 deletions

View File

@@ -52,24 +52,8 @@ struct container {
struct pager *pager; /* Boot-time array of pagers */
};
enum cinfo_target_type {
/* Current container as a whole */
CURRENT_CONTAINER = 1,
/* Current pager's address space */
CURRENT_PAGER_SPACE = 2,
/* Another container as a whole */
ANOTHER_CONTAINER = 3,
/* Another container's pager as a thread */
ANOTHER_PAGER = 4,
};
/* Compact, raw capability structure */
struct cap_info {
unsigned int target_type;
l4id_t target;
unsigned int type;
u32 access;