OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-ia64/] [mmu.h] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#ifndef __MMU_H
2
#define __MMU_H
3
 
4
/*
5
 * Type for a context number.  We declare it volatile to ensure proper ordering when it's
6
 * accessed outside of spinlock'd critical sections (e.g., as done in activate_mm() and
7
 * init_new_context()).
8
 */
9
typedef volatile unsigned long mm_context_t;
10
 
11
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.