Changeset 4512d7e in mainline for arch/mips32/include


Ignore:
Timestamp:
2006-01-19T22:17:47Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6461d67c
Parents:
64c44e8
Message:

New ASID management subsystem (initial work, more is required).
Some TLB invalidation changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/include/mm/asid.h

    r64c44e8 r4512d7e  
    3131
    3232#include <arch/types.h>
    33 #include <typedefs.h>
    3433
    35 #define ASIDS           256
    36 #define ASID_INVALID    0
    37 #define ASID_START      1
     34#define ASID_MAX_ARCH   255
    3835
    3936typedef __u8 asid_t;
    4037
    41 extern asid_t asid_get(void);
    42 extern void asid_put(asid_t asid);
    43 extern bool asid_has_conflicts(asid_t asid);
    44 
    4538#endif
Note: See TracChangeset for help on using the changeset viewer.