Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225755
b: refs/heads/master
c: 0946b8c
h: refs/heads/master
i:
  225753: e3f9adf
  225751: 6a35a54
v: v3
  • Loading branch information
Dave Martin authored and Russell King committed Dec 4, 2010
1 parent 6e751f1 commit 0bc91fc
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: cb5d39b3a1440eca79c742d95f1d78180c272286
refs/heads/master: 0946b8c5c5982088a26da7ad99e8bcf57f972fb5
2 changes: 1 addition & 1 deletion trunk/arch/arm/include/asm/kexec.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static inline void crash_setup_regs(struct pt_regs *newregs,
memcpy(newregs, oldregs, sizeof(*newregs));
} else {
__asm__ __volatile__ ("stmia %0, {r0 - r15}"
: : "r" (&newregs->ARM_r0));
: : "r" (&newregs->ARM_r0) : "memory");
__asm__ __volatile__ ("mrs %0, cpsr"
: "=r" (newregs->ARM_cpsr));
}
Expand Down

0 comments on commit 0bc91fc

Please sign in to comment.