Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330263
b: refs/heads/master
c: 28e1e58
h: refs/heads/master
i:
  330261: 85efc70
  330259: fba8a09
  330255: e4e29f1
v: v3
  • Loading branch information
Ananth N Mavinakayanahalli authored and Benjamin Herrenschmidt committed Sep 6, 2012
1 parent dd722bd commit 82efddb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 0127262c01f0beb485f917c720d1d95d165dfdbf
refs/heads/master: 28e1e58fb668e262648fb8ee8a24154633f40507
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/include/asm/kprobes.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
struct pt_regs;
struct kprobe;

typedef opcode_t kprobe_opcode_t;
typedef ppc_opcode_t kprobe_opcode_t;
#define MAX_INSN_SIZE 1

#ifdef CONFIG_PPC64
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/include/asm/probes.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
#include <linux/types.h>

typedef u32 opcode_t;
typedef u32 ppc_opcode_t;
#define BREAKPOINT_INSTRUCTION 0x7fe00008 /* trap */

/* Trap definitions per ISA */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/include/asm/uprobes.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <linux/notifier.h>
#include <asm/probes.h>

typedef opcode_t uprobe_opcode_t;
typedef ppc_opcode_t uprobe_opcode_t;

#define MAX_UINSN_BYTES 4
#define UPROBE_XOL_SLOT_BYTES (MAX_UINSN_BYTES)
Expand Down

0 comments on commit 82efddb

Please sign in to comment.