Changeset dc5c303 in mainline for kernel/generic/include/proc/task.h
- Timestamp:
- 2023-12-28T13:59:23Z (2 years ago)
- Children:
- 6b66de6b
- Parents:
- 42c2e65 (diff), f87ff8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- boba-buba <120932204+boba-buba@…> (2023-12-28 13:59:23)
- git-committer:
- GitHub <noreply@…> (2023-12-28 13:59:23)
- File:
-
- 1 edited
-
kernel/generic/include/proc/task.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/task.h
r42c2e65 rdc5c303 36 36 #define KERN_TASK_H_ 37 37 38 #include <cpu.h> 39 #include <ipc/ipc.h> 40 #include <ipc/event.h> 41 #include <ipc/kbox.h> 42 #include <synch/spinlock.h> 43 #include <synch/mutex.h> 38 #include <abi/proc/task.h> 39 #include <abi/sysinfo.h> 44 40 #include <adt/list.h> 45 41 #include <adt/odict.h> 46 #include <security/perm.h> 42 #include <arch/context.h> 43 #include <arch/cpu.h> 44 #include <arch/fpu_context.h> 47 45 #include <arch/proc/task.h> 48 46 #include <arch/proc/thread.h> 49 #include <arch/context.h> 50 #include <arch/fpu_context.h> 51 #include <arch/cpu.h> 47 #include <arch.h> 48 #include <cap/cap.h> 49 #include <cpu.h> 50 #include <debug/sections.h> 51 #include <ipc/event.h> 52 #include <ipc/ipc.h> 53 #include <ipc/kbox.h> 54 #include <mm/as.h> 52 55 #include <mm/tlb.h> 53 56 #include <proc/scheduler.h> 57 #include <security/perm.h> 58 #include <synch/mutex.h> 59 #include <synch/spinlock.h> 54 60 #include <udebug/udebug.h> 55 #include <mm/as.h>56 #include <abi/proc/task.h>57 #include <abi/sysinfo.h>58 #include <arch.h>59 #include <cap/cap.h>60 61 61 62 #define TASK CURRENT->task … … 131 132 uint64_t ucycles; 132 133 uint64_t kcycles; 134 135 debug_sections_t *debug_sections; 133 136 } task_t; 134 137
Note:
See TracChangeset
for help on using the changeset viewer.
