Changeset 6ed5352 in mainline for arch/ia64/include/mm/asid.h


Ignore:
Timestamp:
2006-01-21T17:44:26Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd6e392
Parents:
86c9e37
Message:

Finalize ASID management for sparc64 and mips32 by making use of FIFO queue of ASIDs.

File:
1 edited

Legend:

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

    r86c9e37 r6ed5352  
    3535
    3636/*
    37  * ASID_MAX can range from 2^18 - 1 to 2^24 - ,
     37 * ASID_MAX can range from 2^18 - 1 to 2^24 - 1,
    3838 * depending on architecture implementation.
    3939 */
    4040#define ASID_MAX_ARCH   16777215        /* 2^24 - 1 */
    4141
     42#define asid_find_free()        ASID_MAX_ARCH
     43#define asid_put_arch(x)
     44
    4245#endif
Note: See TracChangeset for help on using the changeset viewer.