Changeset 8ac5fe7 in mainline for arch/sparc64/src/context.S


Ignore:
Timestamp:
2005-12-02T16:18:23Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
060ce90
Parents:
414f59c
Message:

sparc64 work.
Add dummy trap tables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/src/context.S

    r414f59c r8ac5fe7  
    3232/**
    3333 * 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.
    4038 */
    4139       
Note: See TracChangeset for help on using the changeset viewer.