diff options
author | Greg Ungerer <gerg@uclinux.org> | 2009-02-06 14:34:47 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2009-03-24 15:17:44 +1000 |
commit | b0ffbf26124563fa17ef5a35266ee8e3f3ab2b91 (patch) | |
tree | d87cb8a3c10652ab50ecc0a15e9e0d6930a2ee67 /arch/m68k/include/asm/cache_no.h | |
parent | de9f4fc2b7d73057cefa134901d8ee8e3f593f99 (diff) | |
download | talos-obmc-linux-b0ffbf26124563fa17ef5a35266ee8e3f3ab2b91.tar.gz talos-obmc-linux-b0ffbf26124563fa17ef5a35266ee8e3f3ab2b91.zip |
m68k: use the mmu version of cache.h for m68knommu as well
The non-mmu version of cache.h is almost the same as the mmu version.
Merge them.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/asm/cache_no.h')
-rw-r--r-- | arch/m68k/include/asm/cache_no.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/m68k/include/asm/cache_no.h b/arch/m68k/include/asm/cache_no.h deleted file mode 100644 index 24e9eace5f8c..000000000000 --- a/arch/m68k/include/asm/cache_no.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef __ARCH_M68KNOMMU_CACHE_H -#define __ARCH_M68KNOMMU_CACHE_H - -/* bytes per L1 cache line */ -#define L1_CACHE_BYTES 16 /* this need to be at least 1 */ - -/* m68k-elf-gcc 2.95.2 doesn't like these */ - -#define __cacheline_aligned -#define ____cacheline_aligned - -#endif |