|
|
| File: [Development] / linux-2.6-xfs / include / asm-ia64 / Attic / mmu.h (download)
Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.6.0 |
#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