Skip to content

Commit

Permalink
[MIPS] Oprofile: Fix build failure due to warning and -Werror.
Browse files Browse the repository at this point in the history
Signed-off-by: Thiemo Seufer <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
Thiemo Seufer authored and ralfbaechle committed Jul 13, 2006
1 parent 192ef36 commit 30f244a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mips/oprofile/op_model_mipsxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ static inline unsigned int r_c0_ ## r ## n(void) \
default: \
BUG(); \
} \
return 0; \
} \
\
static inline void w_c0_ ## r ## n(unsigned int value) \
Expand All @@ -65,6 +66,7 @@ static inline void w_c0_ ## r ## n(unsigned int value) \
default: \
BUG(); \
} \
return; \
} \

__define_perf_accessors(perfcntr, 0, 2)
Expand Down

0 comments on commit 30f244a

Please sign in to comment.