Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 4330ed8ed4da360ac1ca14b0fddff4c05b10de16 authored by Linus Torvalds on 06 October 2008, 23:39:58 UTC
Linux 2.6.27-rc9
Tip revision: 4330ed8
mmu.h
#ifndef __ALPHA_MMU_H
#define __ALPHA_MMU_H

/* The alpha MMU context is one "unsigned long" bitmap per CPU */
typedef unsigned long mm_context_t[NR_CPUS];

#endif
back to top