Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138615
b: refs/heads/master
c: 2f794d0
h: refs/heads/master
i:
  138613: 884f98a
  138611: b929488
  138607: 86e18bf
v: v3
  • Loading branch information
Manuel Lauss authored and Ralf Baechle committed Mar 30, 2009
1 parent 1cadd9e commit 560714f
Show file tree
Hide file tree
Showing 3 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: 32647e0c1f63eead3e84d52b3edb8bc2f1fa2dd4
refs/heads/master: 2f794d099da2f081de2fe19b289a3aa807f735fa
4 changes: 2 additions & 2 deletions trunk/arch/mips/include/asm/hazards.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ do { \
: "=r" (tmp)); \
} while (0)

#elif defined(CONFIG_CPU_MIPSR1)
#elif defined(CONFIG_CPU_MIPSR1) && !defined(CONFIG_MACH_ALCHEMY)

/*
* These are slightly complicated by the fact that we guarantee R1 kernels to
Expand Down Expand Up @@ -139,7 +139,7 @@ do { \
} while (0)

#elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_CAVIUM_OCTEON) || \
defined(CONFIG_CPU_R5500)
defined(CONFIG_CPU_R5500) || defined(CONFIG_MACH_ALCHEMY)

/*
* R10000 rocks - all hazards handled in hardware, so this becomes a nobrainer.
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/mm/tlbex.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ static void __cpuinit build_tlb_write_entry(u32 **p, struct uasm_label **l,
case CPU_R4300:
case CPU_5KC:
case CPU_TX49XX:
case CPU_ALCHEMY:
case CPU_PR4450:
uasm_i_nop(p);
tlbw(p);
Expand All @@ -315,6 +314,7 @@ static void __cpuinit build_tlb_write_entry(u32 **p, struct uasm_label **l,
case CPU_R5500:
if (m4kc_tlbp_war())
uasm_i_nop(p);
case CPU_ALCHEMY:
tlbw(p);
break;

Expand Down

0 comments on commit 560714f

Please sign in to comment.