cosmetic changes
This commit is contained in:
parent
30f84a4007
commit
1f681afcb1
1 changed files with 2 additions and 2 deletions
|
@ -59,9 +59,9 @@ typedef struct task {
|
|||
/// Task id = position in the task table
|
||||
tid_t id;
|
||||
/// Task status (INVALID, READY, RUNNING, ...)
|
||||
uint32_t status;
|
||||
uint32_t status;
|
||||
/// Usage in number of pages
|
||||
atomic_int32_t user_usage;
|
||||
atomic_int32_t user_usage;
|
||||
/// Avoids concurrent access to the page directory
|
||||
spinlock_t pgd_lock;
|
||||
/// pointer to the page directory
|
||||
|
|
Loading…
Add table
Reference in a new issue