diff options
author | Greg Ungerer <gerg@uclinux.org> | 2009-01-29 08:57:30 +0300 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2009-03-24 08:17:42 +0300 |
commit | 54cae79e52d6a72faa3d6993dcaba560bfac8db3 (patch) | |
tree | d8661c4f581048d6dd7cc7b00d2ce7a7a08ddf4b /arch/m68k/include/asm/mmu_no.h | |
parent | bf7058f04ab74061b75a166e30ae0a7e617f0430 (diff) | |
download | linux-54cae79e52d6a72faa3d6993dcaba560bfac8db3.tar.xz |
m68k: merge the mmu and non-mmu versions of mmu.h
Trivial merge of the contents of mmu and non-mmu versions of mmu.h
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/asm/mmu_no.h')
-rw-r--r-- | arch/m68k/include/asm/mmu_no.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/m68k/include/asm/mmu_no.h b/arch/m68k/include/asm/mmu_no.h deleted file mode 100644 index e2da1e6f09fe..000000000000 --- a/arch/m68k/include/asm/mmu_no.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __M68KNOMMU_MMU_H -#define __M68KNOMMU_MMU_H - -/* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */ - -typedef struct { - unsigned long end_brk; -} mm_context_t; - -#endif /* __M68KNOMMU_MMU_H */ |