Changeset 393f631 in mainline for include


Ignore:
Timestamp:
2005-08-31T21:51:04Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
33ccb2c
Parents:
94f0ae4
Message:

many PPC stuff, platform dependent arch.h header files

Location:
include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/arch.h

    r94f0ae4 r393f631  
    4444#define TASK            THE->task
    4545
     46#ifndef early_mapping
     47#define early_mapping(stack, size)
     48#endif /* early_mapping */
     49
    4650/*
    4751 * For each possible kernel stack, structure
  • include/context.h

    r94f0ae4 r393f631  
    3939#endif /* context_set */
    4040
    41 #ifndef context_map_stack
    42 #define context_map_stack(stack, size)
    43 #endif /* context_map_stack */
    44 
    4541extern int context_save(context_t *c);
    4642extern void context_restore(context_t *c) __attribute__ ((noreturn));
Note: See TracChangeset for help on using the changeset viewer.