https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 8cc5a3a9d31d63470eee193bf3bef4229efabce0 authored by Jason Self on 05 October 2009, 15:38:21 UTC
Linux-libre 2.6.30.9-gnu1
Tip revision: 8cc5a3a
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