Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78045
b: refs/heads/master
c: 39a5110
h: refs/heads/master
i:
  78043: 7ca48a9
v: v3
  • Loading branch information
Ralf Baechle committed Jan 29, 2008
1 parent 8dfe8d8 commit c21dc82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 231a35d37293ab88d325a9cb94e5474c156282c0
refs/heads/master: 39a51109dd14001185b0cd122ca46cce1d0795bf
2 changes: 1 addition & 1 deletion trunk/arch/mips/oprofile/op_model_mipsxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define M_PERFCTL_SUPERVISOR (1UL << 2)
#define M_PERFCTL_USER (1UL << 3)
#define M_PERFCTL_INTERRUPT_ENABLE (1UL << 4)
#define M_PERFCTL_EVENT(event) (((event) & 0x3f) << 5)
#define M_PERFCTL_EVENT(event) (((event) & 0x3ff) << 5)
#define M_PERFCTL_VPEID(vpe) ((vpe) << 16)
#define M_PERFCTL_MT_EN(filter) ((filter) << 20)
#define M_TC_EN_ALL M_PERFCTL_MT_EN(0)
Expand Down

0 comments on commit c21dc82

Please sign in to comment.