Changeset cc85fb9 in mainline for kernel/arch/sparc64/src/proc/thread.c
- Timestamp:
- 2007-04-19T18:23:31Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4b662f8c
- Parents:
- 4365d10
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/proc/thread.c
r4365d10 rcc85fb9 56 56 */ 57 57 frame_free(KA2PA(ALIGN_DOWN((uintptr_t) 58 58 t->arch.uspace_window_buffer, PAGE_SIZE))); 59 59 } 60 60 } … … 76 76 * belonging to a killed thread. 77 77 */ 78 79 78 t->arch.uspace_window_buffer = (uint8_t *) ALIGN_DOWN(uw_buf, 79 PAGE_SIZE); 80 80 } 81 81 }
Note:
See TracChangeset
for help on using the changeset viewer.