X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Fmmu.h;fp=include%2Fasm-arm%2Fmmu.h;h=a457cb71984f58cdd8ba6de24a8f33a93b9bdd95;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=fe2a23b5627bc41639aa8d0626c152149366b4ee;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/asm-arm/mmu.h b/include/asm-arm/mmu.h index fe2a23b56..a457cb719 100644 --- a/include/asm-arm/mmu.h +++ b/include/asm-arm/mmu.h @@ -1,13 +1,10 @@ #ifndef __ARM_MMU_H #define __ARM_MMU_H -#ifdef CONFIG_MMU - typedef struct { #if __LINUX_ARM_ARCH__ >= 6 unsigned int id; #endif - unsigned int kvm_seq; } mm_context_t; #if __LINUX_ARM_ARCH__ >= 6 @@ -16,18 +13,4 @@ typedef struct { #define ASID(mm) (0) #endif -#else - -/* - * From nommu.h: - * Copyright (C) 2002, David McCullough - * modified for 2.6 by Hyok S. Choi - */ -typedef struct { - struct vm_list_struct *vmlist; - unsigned long end_brk; -} mm_context_t; - -#endif - #endif