Changeset 74359c6 in mainline for uspace/libc/arch/sparc64/src/psthread.S
- Timestamp:
- 2006-12-30T13:36:13Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 33c0c649
- Parents:
- 66eb2c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/arch/sparc64/src/psthread.S
r66eb2c8 r74359c6 29 29 #include <libarch/context_offset.h> 30 30 31 /**32 * Both context_save_arch() and context_restore_arch() are33 * leaf-optimized procedures. This kind of optimization34 * is very important and prevents any implicit window35 * spill/fill/clean traps in these very core kernel36 * functions.37 */38 39 31 .text 40 32
Note:
See TracChangeset
for help on using the changeset viewer.