Changeset 2bd4fdf in mainline for arch/mips/include/thread.h


Ignore:
Timestamp:
2005-09-06T23:10:17Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0b512a8
Parents:
2c9de7e
Message:

MIPS bug fixes.
Added usermode to MIPS, unfortunately impossible to test until
MM is ready.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/include/thread.h

    r2c9de7e r2bd4fdf  
    3030#define __mips_THREAD_H__
    3131
    32 #define ARCH_THREAD_DATA \
    33         pri_t   saved_pri; \
    34         __u32   saved_epc;
     32#define ARCH_THREAD_DATA  __u32 saved_epc;
    3533
    3634#endif
Note: See TracChangeset for help on using the changeset viewer.