Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322497
b: refs/heads/master
c: 636802e
h: refs/heads/master
i:
  322495: 8c7009e
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Sep 5, 2012
1 parent 130678d commit eee6c70
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: 9fb1b36ca1234e64a5d1cc573175303395e3354d
refs/heads/master: 636802ef96eebe279b22ad9f9dacfe29291e45c7
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/lib/code-patching.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ int patch_instruction(unsigned int *addr, unsigned int instr)
{
int err;

err = __put_user(instr, addr);
__put_user_size(instr, addr, 4, err);
if (err)
return err;
asm ("dcbst 0, %0; sync; icbi 0,%0; sync; isync" : : "r" (addr));
Expand Down

0 comments on commit eee6c70

Please sign in to comment.