summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/bmips-spaces.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/bmips-spaces.h')
-rw-r--r--arch/mips/include/asm/bmips-spaces.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/include/asm/bmips-spaces.h b/arch/mips/include/asm/bmips-spaces.h
new file mode 100644
index 000000000000..eb96541ae67e
--- /dev/null
+++ b/arch/mips/include/asm/bmips-spaces.h
@@ -0,0 +1,7 @@
+#ifndef __ASM_BMIPS_SPACES_H
+#define __ASM_BMIPS_SPACES_H
+
+/* Avoid collisions with system base register (SBR) region on BMIPS3300 */
+#define FIXADDR_TOP ((unsigned long)(long)(int)0xff000000)
+
+#endif /* __ASM_BMIPS_SPACES_H */