Ignore:
Timestamp:
2014-09-12T13:22:33Z (10 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9b20126
Parents:
8db09e4 (diff), 105d8d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/include/arch/context.h

    r8db09e4 r15d0046  
    3636#define KERN_ppc32_CONTEXT_H_
    3737
    38 #include <typedefs.h>
     38#include <arch/context_struct.h>
    3939
    4040#define SP_DELTA  16
     
    4343    context_set_generic(ctx, pc, stack, size)
    4444
    45 typedef struct {
    46         uintptr_t sp;
    47         uintptr_t pc;
    48        
    49         uint32_t r2;
    50         uint32_t r13;
    51         uint32_t r14;
    52         uint32_t r15;
    53         uint32_t r16;
    54         uint32_t r17;
    55         uint32_t r18;
    56         uint32_t r19;
    57         uint32_t r20;
    58         uint32_t r21;
    59         uint32_t r22;
    60         uint32_t r23;
    61         uint32_t r24;
    62         uint32_t r25;
    63         uint32_t r26;
    64         uint32_t r27;
    65         uint32_t r28;
    66         uint32_t r29;
    67         uint32_t r30;
    68         uint32_t r31;
    69        
    70         uint32_t cr;
    71        
    72         ipl_t ipl;
    73 } __attribute__((packed)) context_t;
    74 
    7545#endif
    7646
Note: See TracChangeset for help on using the changeset viewer.