ARC: [ASID] Track ASID allocation cycles/generations
[linux-2.6-microblaze.git] / arch / arc / include / asm / mmu.h
index 1639f25..c82db8b 100644 (file)
@@ -48,7 +48,7 @@
 #ifndef __ASSEMBLY__
 
 typedef struct {
-       unsigned long asid;     /* Pvt Addr-Space ID for mm */
+       unsigned long asid;     /* 8 bit MMU PID + Generation cycle */
 } mm_context_t;
 
 #ifdef CONFIG_ARC_DBG_TLB_PARANOIA