Subversion Repositories HelenOS-historic

Rev

Rev 869 | Rev 880 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 869 Rev 878
Line 52... Line 52...
52
#define ASIDS_ALLOCABLE ((ASID_MAX+1)-ASID_START)
52
#define ASIDS_ALLOCABLE ((ASID_MAX+1)-ASID_START)
53
 
53
 
54
extern spinlock_t asidlock;
54
extern spinlock_t asidlock;
55
extern link_t as_with_asid_head;
55
extern link_t as_with_asid_head;
56
 
56
 
57
extern asid_t asid_get(void);
57
extern asid_t asid_get(void);        /*This is in collision with ia32 macro*/
58
extern void asid_put(asid_t asid);
58
extern void asid_put(asid_t asid);
59
 
59
 
60
#ifndef asid_install
60
#ifndef asid_install
61
extern void asid_install(as_t *as);
61
extern void asid_install(as_t *as);
62
#endif /* !def asid_install */
62
#endif /* !def asid_install */