Changeset 5ac2e61 in mainline for arch/ia64/include/mm/asid.h


Ignore:
Timestamp:
2006-02-22T23:45:51Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab46edb
Parents:
7d53ef4
Message:

Uaaaaaaa ;-) Itanium Paging !!!!!! ;-)

File:
1 edited

Legend:

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

    r7d53ef4 r5ac2e61  
    3030#define __ia64_ASID_H__
    3131
     32#ifndef __ASM__
     33
    3234#include <arch/types.h>
    3335
     
    3941 * but those extra bits are not used by the kernel.
    4042 */
     43#endif
     44 
    4145#define RIDS_PER_ASID           7
    4246#define RID_MAX                 262143          /* 2^18 - 1 */
     
    4549#define RID2ASID(rid)           ((rid)/RIDS_PER_ASID)
    4650
     51#ifndef __ASM__
     52
     53
    4754typedef __u32 rid_t;
     55
     56#endif
    4857
    4958#define ASID_MAX_ARCH           (RID_MAX/RIDS_PER_ASID)
Note: See TracChangeset for help on using the changeset viewer.