Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145187
b: refs/heads/master
c: 195d1a9
h: refs/heads/master
i:
  145185: 9163581
  145183: ddf82b2
v: v3
  • Loading branch information
peter fuerst authored and Ralf Baechle committed May 20, 2009
1 parent 1abab20 commit 6d0ba74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 7e9e05cad94217498e4d9bd6ef7137b4e9e7ed64
refs/heads/master: 195d1a96ae5fdfbedb8dc4b97afee578921fa99e
6 changes: 3 additions & 3 deletions trunk/arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -473,12 +473,12 @@ endif
# Simplified: what IP22 does at 128MB+ in ksegN, IP28 does at 512MB+ in xkphys
#
ifdef CONFIG_SGI_IP28
ifeq ($(call cc-option-yn,-mr10k-cache-barrier=1), n)
$(error gcc doesn't support needed option -mr10k-cache-barrier=1)
ifeq ($(call cc-option-yn,-mr10k-cache-barrier=store), n)
$(error gcc doesn't support needed option -mr10k-cache-barrier=store)
endif
endif
core-$(CONFIG_SGI_IP28) += arch/mips/sgi-ip22/
cflags-$(CONFIG_SGI_IP28) += -mr10k-cache-barrier=1 -I$(srctree)/arch/mips/include/asm/mach-ip28
cflags-$(CONFIG_SGI_IP28) += -mr10k-cache-barrier=store -I$(srctree)/arch/mips/include/asm/mach-ip28
load-$(CONFIG_SGI_IP28) += 0xa800000020004000

#
Expand Down

0 comments on commit 6d0ba74

Please sign in to comment.