Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100579
b: refs/heads/master
c: ee4311a
h: refs/heads/master
i:
  100577: e7316c2
  100575: 5686918
v: v3
  • Loading branch information
Ingo Molnar committed Jun 17, 2008
1 parent 509efa5 commit d511b98
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: f22529351f7060d61eff3b76d7c9706f90aaedf3
refs/heads/master: ee4311adf105f4d740f52e3948acc1d81598afcc
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ftrace_modify_code(unsigned long ip, unsigned char *old_code,
".previous\n"
_ASM_EXTABLE(1b, 3b)
: "=r"(faulted), "=a"(replaced)
: "r"(ip), "r"(new), "r"(newch),
: "r"(ip), "r"(new), "c"(newch),
"0"(faulted), "a"(old)
: "memory");
sync_core();
Expand Down

0 comments on commit d511b98

Please sign in to comment.