X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-h8300%2Fmmu.h;h=2ce06ea46104c36cb8f59e9c65abc6d4f437c9bd;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=0bbcac5a84b049dff94d6308e3b067fb5d72c5e7;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-h8300/mmu.h b/include/asm-h8300/mmu.h index 0bbcac5a8..2ce06ea46 100644 --- a/include/asm-h8300/mmu.h +++ b/include/asm-h8300/mmu.h @@ -3,19 +3,8 @@ /* Copyright (C) 2002, David McCullough */ -struct mm_rblock_struct { - int size; - int refcount; - void *kblock; -}; - -struct mm_tblock_struct { - struct mm_rblock_struct *rblock; - struct mm_tblock_struct *next; -}; - typedef struct { - struct mm_tblock_struct tblock; + struct vm_list_struct *vmlist; unsigned long end_brk; } mm_context_t;