mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Removed capinfo target_type field. Same info expressed in rtype field
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user