Initial commit
This commit is contained in:
commit
169c65d57e
51358 changed files with 23120455 additions and 0 deletions
7
arch/alpha/include/asm/mmu.h
Normal file
7
arch/alpha/include/asm/mmu.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue