|
|
| File: [Development] / linux-2.4-xfs / include / asm-ia64 / mmu.h (download)
Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.4.24pre2 |
#ifndef __MMU_H #define __MMU_H /* * Type for a context number. We declare it volatile to ensure proper ordering when it's * accessed outside of spinlock'd critical sections (e.g., as done in activate_mm() and * init_new_context()). */ typedef volatile unsigned long mm_context_t; #endif