Changeset 57ce359 in mainline for kernel/arch/ia32xen/src/proc
- Timestamp:
- 2006-10-22T18:27:57Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 19dce27
- Parents:
- 2191541
- Location:
- kernel/arch/ia32xen/src/proc
- Files:
-
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32xen/src/proc/scheduler.c
r2191541 r57ce359 27 27 */ 28 28 29 /** @addtogroup xen32proc29 /** @addtogroup ia32xen_proc 30 30 * @{ 31 31 */ -
kernel/arch/ia32xen/src/proc/task.c
r2191541 r57ce359 27 27 */ 28 28 29 /** @addtogroup xen32proc29 /** @addtogroup ia32xen_proc 30 30 * @{ 31 31 */ -
kernel/arch/ia32xen/src/proc/thread.c
r2191541 r57ce359 27 27 */ 28 28 29 /** @addtogroup xen32proc29 /** @addtogroup ia32xen_proc 30 30 * @{ 31 31 */ … … 35 35 #include <proc/thread.h> 36 36 37 /** Perform xen32specific thread initialization.37 /** Perform ia32xen specific thread initialization. 38 38 * 39 39 * @param t Thread to be initialized.
Note:
See TracChangeset
for help on using the changeset viewer.