Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32557
b: refs/heads/master
c: 2e128de
h: refs/heads/master
i:
  32555: 2d82db6
v: v3
  • Loading branch information
Chris Dearman authored and Ralf Baechle committed Jul 13, 2006
1 parent 6bef37b commit 5337370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 70ae6126090686b2e957f0abd2a3c882e94c7071
refs/heads/master: 2e128dedcd66d2f17f42a45dacc223fa2dcd8acd
6 changes: 1 addition & 5 deletions trunk/include/asm-mips/cpu-features.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,8 @@
#define cpu_has_dsp (cpu_data[0].ases & MIPS_ASE_DSP)
#endif

#ifdef CONFIG_MIPS_MT
#ifndef cpu_has_mipsmt
# define cpu_has_mipsmt (cpu_data[0].ases & MIPS_ASE_MIPSMT)
#endif
#else
# define cpu_has_mipsmt 0
#define cpu_has_mipsmt (cpu_data[0].ases & MIPS_ASE_MIPSMT)
#endif

#ifdef CONFIG_32BIT
Expand Down

0 comments on commit 5337370

Please sign in to comment.