Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 741 → Rev 742

/kernel/trunk/arch/sparc64/include/mm/asid.h
37,6 → 37,6
typedef __u16 asid_t;
 
#define ASID_STEALING_ENABLED 1
#define ASID_MAX_ARCH 0x4095 /* 2^12 - 1 */
#define ASID_MAX_ARCH 0x8191 /* 2^13 - 1 */
 
#endif
/kernel/trunk/arch/ia64/src/mm/asid.c
30,7 → 30,7
* ASID management.
*
* Because ia64 has much wider ASIDs (18-24 bits) compared to other
* architectures (e.g. 8 bits on mips32 and 12 bits on sparc32), it is
* architectures (e.g. 8 bits on mips32 and 13 bits on sparc64), it is
* inappropriate to use same methods (i.e. genarch/mm/asid_fifo.c) for
* all of them.
*