Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199105
b: refs/heads/master
c: ce7f154
h: refs/heads/master
i:
  199103: c9df853
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed May 19, 2010
1 parent 8f53ad9 commit a1883b7
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9d36dfcf219e2ba1f1d169a7f92dcf2cbd4e05f0
refs/heads/master: ce7f15452cc1dc1eca795542367871a07f37aa79
3 changes: 2 additions & 1 deletion trunk/arch/x86/include/asm/perf_event_p4.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
P4_CCCR_ENABLE)

/* HT mask */
#define P4_CCCR_MASK_HT (P4_CCCR_MASK | P4_CCCR_THREAD_ANY)
#define P4_CCCR_MASK_HT \
(P4_CCCR_MASK | P4_CCCR_OVF_PMI_T1 | P4_CCCR_THREAD_ANY)

#define P4_GEN_ESCR_EMASK(class, name, bit) \
class##__##name = ((1 << bit) << P4_ESCR_EVENTMASK_SHIFT)
Expand Down

0 comments on commit a1883b7

Please sign in to comment.