diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /arch/sparc/include/asm/cacheflush.h | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'arch/sparc/include/asm/cacheflush.h')
-rw-r--r-- | arch/sparc/include/asm/cacheflush.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sparc/include/asm/cacheflush.h b/arch/sparc/include/asm/cacheflush.h index f6c4839b838..049168087b1 100644 --- a/arch/sparc/include/asm/cacheflush.h +++ b/arch/sparc/include/asm/cacheflush.h | |||
@@ -1,9 +1,5 @@ | |||
1 | #ifndef ___ASM_SPARC_CACHEFLUSH_H | 1 | #ifndef ___ASM_SPARC_CACHEFLUSH_H |
2 | #define ___ASM_SPARC_CACHEFLUSH_H | 2 | #define ___ASM_SPARC_CACHEFLUSH_H |
3 | |||
4 | /* flush addr - to allow use of self-modifying code */ | ||
5 | #define flushi(addr) __asm__ __volatile__ ("flush %0" : : "r" (addr) : "memory") | ||
6 | |||
7 | #if defined(__sparc__) && defined(__arch64__) | 3 | #if defined(__sparc__) && defined(__arch64__) |
8 | #include <asm/cacheflush_64.h> | 4 | #include <asm/cacheflush_64.h> |
9 | #else | 5 | #else |