aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-alpha/mmu.h')
-rw-r--r--include/asm-alpha/mmu.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-alpha/mmu.h b/include/asm-alpha/mmu.h
deleted file mode 100644
index 3dc127779329..000000000000
--- a/include/asm-alpha/mmu.h
+++ /dev/null
@@ -1,7 +0,0 @@
1#ifndef __ALPHA_MMU_H
2#define __ALPHA_MMU_H
3
4/* The alpha MMU context is one "unsigned long" bitmap per CPU */
5typedef unsigned long mm_context_t[NR_CPUS];
6
7#endif