Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231820
b: refs/heads/master
c: 3d46140
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Jan 5, 2011
1 parent d2e69fb commit 3c06f9d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 278c2cbd59371bc8905d83b7cc3aa0bbe69c00f1
refs/heads/master: 3d461401eb5e3a8c471e92500aebd6c115273fba
4 changes: 1 addition & 3 deletions trunk/arch/m68k/include/asm/cacheflush_no.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
* (C) Copyright 2000-2004, Greg Ungerer <gerg@snapgear.com>
*/
#include <linux/mm.h>
#if defined(CONFIG_M5407) || defined(CONFIG_M54xx)
#include <asm/m54xxacr.h>
#endif
#include <asm/mcfsim.h>

#define flush_cache_all() __flush_cache_all()
#define flush_cache_mm(mm) do { } while (0)
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/m68k/include/asm/m5407sim.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#define CPU_NAME "COLDFIRE(m5407)"
#define CPU_INSTR_PER_JIFFY 3

#include <asm/m54xxacr.h>

/*
* Define the 5407 SIM register set addresses.
*/
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/m68k/include/asm/m54xxsim.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#define CPU_NAME "COLDFIRE(m54xx)"
#define CPU_INSTR_PER_JIFFY 2

#include <asm/m54xxacr.h>

#define MCFINT_VECBASE 64

/*
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/m68k/include/asm/mcfcache.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@

#if defined(CONFIG_M5407) || defined(CONFIG_M54xx)

#include <asm/m54xxacr.h>

.macro CACHE_ENABLE
/* invalidate whole cache */
movel #(CACR_DCINVA+CACR_BCINVA+CACR_ICINVA),%d0
Expand Down

0 comments on commit 3c06f9d

Please sign in to comment.