Changeset e34a141 in mainline for arch/ppc32/include/exception.h


Ignore:
Timestamp:
2006-05-02T16:03:58Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
738ad2e
Parents:
9417cdc
Message:

ppc32 work:
(hopefully) final exception entry and exit rewrite
don't use FPU instructions in the kernel
syscall support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/include/exception.h

    r9417cdc re34a141  
    6767        __u32 r30;
    6868        __u32 r31;
     69        __u32 cr;
    6970        __u32 pc;
    7071        __u32 srr1;
    7172        __u32 lr;
    72         __u32 cr;
    7373        __u32 ctr;
    7474        __u32 xer;
     75        __u32 r12;
     76        __u32 sp;
    7577};
    7678
Note: See TracChangeset for help on using the changeset viewer.