summaryrefslogtreecommitdiff
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 @@
-#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