summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/asm.h
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2012-07-06 14:34:28 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-07-09 09:23:35 +0200
commitbdf8405e34df9eeb75cb71801363509a7ab91536 (patch)
tree71f75c810fac11c8eb350f628993cdd41732f37d /arch/mips/include/asm/asm.h
parentb35fb39d32714798aa0f14e44ec794bc7d5cd366 (diff)
downloadbarebox-bdf8405e34df9eeb75cb71801363509a7ab91536.tar.gz
barebox-bdf8405e34df9eeb75cb71801363509a7ab91536.tar.xz
MIPS: remove unused processor-specific constants and macros
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/include/asm/asm.h')
-rw-r--r--arch/mips/include/asm/asm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/include/asm/asm.h b/arch/mips/include/asm/asm.h
index 608cfcfbb3..12e17581b8 100644
--- a/arch/mips/include/asm/asm.h
+++ b/arch/mips/include/asm/asm.h
@@ -398,12 +398,4 @@ symbol = value
#define SSNOP sll zero, zero, 1
-#ifdef CONFIG_SGI_IP28
-/* Inhibit speculative stores to volatile (e.g.DMA) or invalid addresses. */
-#include <asm/cacheops.h>
-#define R10KCBARRIER(addr) cache Cache_Barrier, addr;
-#else
-#define R10KCBARRIER(addr)
-#endif
-
#endif /* __ASM_ASM_H */