Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284753
b: refs/heads/master
c: 1c7c445
h: refs/heads/master
i:
  284751: bfe2265
v: v3
  • Loading branch information
Kevin Cernekee authored and Ralf Baechle committed Dec 7, 2011
1 parent 7e29bfb commit 439eab8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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: 15fb0a150938ad68561bab6aa895685665bef08c
refs/heads/master: 1c7c44519a12d79af1f599a8cc4997e1230025ed
1 change: 1 addition & 0 deletions trunk/arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ ifeq (,$(findstring march=octeon, $(cflags-$(CONFIG_CPU_CAVIUM_OCTEON))))
cflags-$(CONFIG_CPU_CAVIUM_OCTEON) += -Wa,-march=octeon
endif
cflags-$(CONFIG_CAVIUM_CN63XXP1) += -Wa,-mfix-cn63xxp1
cflags-$(CONFIG_CPU_BMIPS) += -march=mips32 -Wa,-mips32 -Wa,--trap

cflags-$(CONFIG_CPU_R4000_WORKAROUNDS) += $(call cc-option,-mfix-r4000,)
cflags-$(CONFIG_CPU_R4400_WORKAROUNDS) += $(call cc-option,-mfix-r4400,)
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/mips/include/asm/hazards.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ do { \
: "=r" (tmp)); \
} while (0)

#elif defined(CONFIG_CPU_MIPSR1) && !defined(CONFIG_MIPS_ALCHEMY)
#elif (defined(CONFIG_CPU_MIPSR1) && !defined(CONFIG_MIPS_ALCHEMY)) || \
defined(CONFIG_CPU_BMIPS)

/*
* These are slightly complicated by the fact that we guarantee R1 kernels to
Expand Down
4 changes: 3 additions & 1 deletion trunk/arch/mips/include/asm/module.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ search_module_dbetables(unsigned long addr)
}
#endif

#ifdef CONFIG_CPU_MIPS32_R1
#ifdef CONFIG_CPU_BMIPS
#define MODULE_PROC_FAMILY "BMIPS "
#elif defined CONFIG_CPU_MIPS32_R1
#define MODULE_PROC_FAMILY "MIPS32_R1 "
#elif defined CONFIG_CPU_MIPS32_R2
#define MODULE_PROC_FAMILY "MIPS32_R2 "
Expand Down

0 comments on commit 439eab8

Please sign in to comment.