Changeset 7b43e11 in mainline for arch/ia32/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/ia32/include/context.h

    r714675b r7b43e11  
    4242#define SP_DELTA        (8+STACK_ITEM_SIZE)
    4343
     44/*
     45 * Only save registers that must be preserved across
     46 * function calls.
     47 */
    4448struct context {
    4549        __u32 sp;
Note: See TracChangeset for help on using the changeset viewer.