summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/alpha/include/asm/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/alpha/include/asm/mmu.h')
-rw-r--r--ANDROID_3.4.5/arch/alpha/include/asm/mmu.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ANDROID_3.4.5/arch/alpha/include/asm/mmu.h b/ANDROID_3.4.5/arch/alpha/include/asm/mmu.h
deleted file mode 100644
index 3dc12777..00000000
--- a/ANDROID_3.4.5/arch/alpha/include/asm/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