Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 528 → Rev 529

/kernel/trunk/arch/sparc64/src/context.S
31,12 → 31,10
 
/**
* Both context_save_arch() and context_restore_arch() are
* leaf-optimized procedures. Both of them touch %sp and
* %fp and thus break SCD 2.4 compliance. However, these
* functions are special enough to be allowed this
* kind of behavior. Moreover, this kind of optimization
* is very important and prevents any window spill/
* fill/clean traps in these very core kernel functions.
* leaf-optimized procedures. This kind of optimization
* is very important and prevents any implicit window
* spill/fill/clean traps in these very core kernel
* functions.
*/
.text