Changeset 5ac2e61 in mainline for generic/include/mm


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
  • generic/include/mm/asid.h

    r7d53ef4 r5ac2e61  
    3535#define __ASID_H__
    3636
     37#ifndef __ASM__
     38
    3739#include <arch/mm/asid.h>
    3840#include <typedefs.h>
     41
     42#endif
    3943
    4044#define ASID_KERNEL     0
     
    4347#define ASID_MAX        ASID_MAX_ARCH
    4448
     49#ifndef __ASM__
     50
     51
    4552#define ASIDS_ALLOCABLE ((ASID_MAX+1)-ASID_START)
    4653
    4754extern spinlock_t asidlock;
     55extern link_t as_with_asid_head;
    4856
    49 #ifndef asid_get
    5057extern asid_t asid_get(void);
    51 #endif /* !def asid_get */
    5258extern void asid_put(asid_t asid);
    5359
     
    6571
    6672#endif
     73
     74#endif
     75
Note: See TracChangeset for help on using the changeset viewer.