Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205241
b: refs/heads/master
c: e768aee
h: refs/heads/master
i:
  205239: 1cd1b3a
v: v3
  • Loading branch information
Livio Soares authored and Ingo Molnar committed Jun 8, 2010
1 parent d270423 commit 74ac8de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: becf6c97a3abaefb2f01415c0b908a268c92b2c3
refs/heads/master: e768aee89c687a50e6a2110e30c5cae1fbf0d2da
5 changes: 3 additions & 2 deletions trunk/arch/x86/include/asm/perf_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ union cpuid10_eax {

union cpuid10_edx {
struct {
unsigned int num_counters_fixed:4;
unsigned int reserved:28;
unsigned int num_counters_fixed:5;
unsigned int bit_width_fixed:8;
unsigned int reserved:19;
} split;
unsigned int full;
};
Expand Down

0 comments on commit 74ac8de

Please sign in to comment.