Changeset 6ed5352 in mainline for generic/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
  • generic/include/mm/asid.h

    r86c9e37 r6ed5352  
    5555#endif /* !def asid_install */
    5656
    57 #define asid_find_free()        ASID_START
    58 #define asid_put_arch(x)
     57#ifndef asid_find_free
     58extern asid_t asid_find_free(void);
     59#endif /* !def asid_find_free */
     60
     61#ifndef asid_put_arch
     62extern void asid_put_arch(asid_t asid);
     63#endif /* !def asid_put_arch */
    5964
    6065#endif
Note: See TracChangeset for help on using the changeset viewer.