Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66199
b: refs/heads/master
c: aeffdbb
h: refs/heads/master
i:
  66197: 82511b1
  66195: 6c0a1e9
  66191: e35c399
v: v3
  • Loading branch information
Ralf Baechle committed Oct 11, 2007
1 parent f0ca0c9 commit 4ebacfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 1ac74d528dcfe3dcaa6072289d71fa96569f5e39
refs/heads/master: aeffdbbaff133b0c3989e20af5baa091d3d0b409
8 changes: 4 additions & 4 deletions trunk/arch/mips/mm/tlbex.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@
#include <asm/smp.h>
#include <asm/war.h>

static __init int __maybe_unused r45k_bvahwbug(void)
static inline int r45k_bvahwbug(void)
{
/* XXX: We should probe for the presence of this bug, but we don't. */
return 0;
}

static __init int __maybe_unused r4k_250MHZhwbug(void)
static inline int r4k_250MHZhwbug(void)
{
/* XXX: We should probe for the presence of this bug, but we don't. */
return 0;
}

static __init int __maybe_unused bcm1250_m3_war(void)
static inline int __maybe_unused bcm1250_m3_war(void)
{
return BCM1250_M3_WAR;
}

static __init int __maybe_unused r10000_llsc_war(void)
static inline int __maybe_unused r10000_llsc_war(void)
{
return R10000_LLSC_WAR;
}
Expand Down

0 comments on commit 4ebacfe

Please sign in to comment.