Changes in kernel/arch/ia64/src/proc/scheduler.c [2277e03:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/proc/scheduler.c
r2277e03 ra35b458 54 54 { 55 55 uintptr_t base; 56 56 57 57 base = ALIGN_DOWN(config.base, 1 << KERNEL_PAGE_WIDTH); 58 58 … … 63 63 * Use DTR[TR_KSTACK1] and DTR[TR_KSTACK2] to map it. 64 64 */ 65 65 66 66 /* purge DTR[TR_STACK1] and DTR[TR_STACK2] */ 67 67 dtr_purge((uintptr_t) THREAD->kstack, PAGE_WIDTH+1); 68 68 69 69 /* insert DTR[TR_STACK1] and DTR[TR_STACK2] */ 70 70 dtlb_kernel_mapping_insert((uintptr_t) THREAD->kstack, … … 74 74 DTR_KSTACK2); 75 75 } 76 76 77 77 /* 78 78 * Record address of kernel backing store to bank 0 r22.
Note:
See TracChangeset
for help on using the changeset viewer.