Changeset 7b43e11 in mainline for arch/ia64/include/context.h


Ignore:
Timestamp:
2005-09-18T14:35:38Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e158717
Parents:
714675b
Message:

Physical memory management work.
Define structures for frame zones and frames.

Add some comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/include/context.h

    r714675b r7b43e11  
    5151        (c)->sp = ((__address) stack) + (size) - SP_DELTA;
    5252
     53/*
     54 * Only save registers that must be preserved across
     55 * function calls.
     56 */
    5357struct context {
    5458
Note: See TracChangeset for help on using the changeset viewer.