Changeset 457d18a in mainline for arch/ia64/include/mm/asid.h


Ignore:
Timestamp:
2006-01-28T16:47:39Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d0780b4c
Parents:
849386a
Message:

ia64 virtual address translation subsystem update.

File:
1 edited

Legend:

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

    r849386a r457d18a  
    4343#define RID_OVERFLOW            16777216        /* 2^24 */
    4444
     45#define ASID2RID(asid, vrn)     (((asid)*RIDS_PER_ASID)+(vrn))
     46#define RID2ASID(rid)           ((rid)/RIDS_PER_ASID)
     47
     48typedef __u32 rid_t;
     49
    4550/**
    4651 * This macro is needed only to compile the kernel.
Note: See TracChangeset for help on using the changeset viewer.