Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74156
b: refs/heads/master
c: 8645419
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Ingo Molnar committed Nov 26, 2007
1 parent 4be573b commit 5cccdcf
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: c82bc5ad5411ccd61d26355088e2f5c9e95ef54b
refs/heads/master: 8645419cdb588a743060175c1efbe23f6e44b29b
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/kprobes_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const int kretprobe_blacklist_size = ARRAY_SIZE(kretprobe_blacklist);
/*
* returns non-zero if opcode modifies the interrupt flag.
*/
static __always_inline int is_IF_modifier(kprobe_opcode_t *insn)
static int __kprobes is_IF_modifier(kprobe_opcode_t *insn)
{
switch (*insn) {
case 0xfa: /* cli */
Expand Down

0 comments on commit 5cccdcf

Please sign in to comment.