Changeset 8ac5fe7 in mainline for arch/sparc64/src/context.S
- Timestamp:
- 2005-12-02T16:18:23Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 060ce90
- Parents:
- 414f59c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/src/context.S
r414f59c r8ac5fe7 32 32 /** 33 33 * Both context_save_arch() and context_restore_arch() are 34 * leaf-optimized procedures. Both of them touch %sp and 35 * %fp and thus break SCD 2.4 compliance. However, these 36 * functions are special enough to be allowed this 37 * kind of behavior. Moreover, this kind of optimization 38 * is very important and prevents any window spill/ 39 * fill/clean traps in these very core kernel functions. 34 * leaf-optimized procedures. This kind of optimization 35 * is very important and prevents any implicit window 36 * spill/fill/clean traps in these very core kernel 37 * functions. 40 38 */ 41 39
Note:
See TracChangeset
for help on using the changeset viewer.