Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86599
b: refs/heads/master
c: 53c5858
h: refs/heads/master
i:
  86597: 84f2b2b
  86595: a0d07c8
  86591: e5e1964
v: v3
  • Loading branch information
Dave Anderson authored and Ingo Molnar committed Feb 29, 2008
1 parent 56d016c commit 2e37dab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: b4ef95de00be4c2c30feccf607a45093c8c118b7
refs/heads/master: 53c58588107973c0e240a1ed4fb8295f274c409d
8 changes: 4 additions & 4 deletions trunk/include/asm-x86/ptrace-abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@
*/
struct ptrace_bts_config {
/* requested or actual size of BTS buffer in bytes */
u32 size;
__u32 size;
/* bitmask of below flags */
u32 flags;
__u32 flags;
/* buffer overflow signal */
u32 signal;
__u32 signal;
/* actual size of bts_struct in bytes */
u32 bts_size;
__u32 bts_size;
};
#endif

Expand Down

0 comments on commit 2e37dab

Please sign in to comment.